Transphpile\Console\Application::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( )
    function __construct()
    {
        parent::__construct('Transphpile', self::TRANSPHPILE_SEMVER);
        $this->add(new Commands\TranspileCommand());
        $this->add(new Commands\SelfUpdateCommand());
    }

Usage Example

예제 #1
0
 function __construct()
 {
     parent::__construct();
     $this->io = new MockIo();
 }