>FromYourCode();

Source code quote in PHP7

 May 07, 2013 am31 11:48
<?php

Class Aire {

function Aire(){
        $this->_validation = new ValidationManager(
            new Aire,
            new Aire
            );
    }
}

?>

Check similar quotes

Share this quote