PHP 클래스 Studio\Console\BaseCommand

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

보호된 프로퍼티들

프로퍼티 타입 설명
$input Symfony\Component\Console\Input\InputInterface
$io Symfony\Component\Console\Style\StyleInterface
$output Symfony\Component\Console\Output\OutputInterface

보호된 메소드들

메소드 설명
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
fire ( )

메소드 상세

execute() 보호된 메소드

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

fire() 추상적인 보호된 메소드

abstract protected fire ( )

프로퍼티 상세

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

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

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

protected StyleInterface,Symfony\Component\Console\Style $io
리턴 Symfony\Component\Console\Style\StyleInterface

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

protected OutputInterface,Symfony\Component\Console\Output $output
리턴 Symfony\Component\Console\Output\OutputInterface