PHP 클래스 Transphpile\Console\Application

상속: extends Symfony\Component\Console\Application
파일 보기 프로젝트 열기: jaytaph/Transphpile 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$io Transphpile\IO\IOInterface

공개 메소드들

메소드 설명
__construct ( )
doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer
getIO ( ) : Transphpile\IO\IOInterface

메소드 상세

__construct() 공개 메소드

public __construct ( )

doRun() 공개 메소드

public doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
리턴 integer

getIO() 공개 메소드

public getIO ( ) : Transphpile\IO\IOInterface
리턴 Transphpile\IO\IOInterface

프로퍼티 상세

$io 보호되어 있는 프로퍼티

protected IOInterface,Transphpile\IO $io
리턴 Transphpile\IO\IOInterface