PHP 클래스 Liip\RMT\Command\BaseCommand

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

보호된 프로퍼티들

프로퍼티 타입 설명
$input Symfony\Component\Console\Input\InputInterface
$output Liip\RMT\Output\Output

공개 메소드들

메소드 설명
getApplication ( ) : Application
getInput ( ) : Symfony\Component\Console\Input\InputInterface
getOutput ( ) : Output
loadContext ( )
run ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

메소드 상세

getApplication() 공개 메소드

public getApplication ( ) : Application
리턴 Liip\RMT\Application

getInput() 공개 메소드

public getInput ( ) : Symfony\Component\Console\Input\InputInterface
리턴 Symfony\Component\Console\Input\InputInterface

getOutput() 공개 메소드

public getOutput ( ) : Output
리턴 Liip\RMT\Output\Output

loadContext() 공개 메소드

public loadContext ( )

run() 공개 메소드

public run ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

프로퍼티 상세

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

protected InputInterface,Symfony\Component\Console\Input $input
리턴 Symfony\Component\Console\Input\InputInterface

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

protected Output,Liip\RMT\Output $output
리턴 Liip\RMT\Output\Output