PHP 클래스 Visithor\Command\GoCommand

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

보호된 메소드들

메소드 설명
checkEnvironment ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) Check environment. If not test, add a notice
configure ( ) configure
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer Execute command
executeVisithor ( Symfony\Component\Console\Output\OutputInterface $output, array $config, string $format ) : integer Executes all business logic inside this command

메소드 상세

checkEnvironment() 보호된 메소드

Check environment. If not test, add a notice
protected checkEnvironment ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface Input
$output Symfony\Component\Console\Output\OutputInterface Output

configure() 보호된 메소드

configure
protected configure ( )

execute() 보호된 메소드

This method returns 0 if all executions passed. 1 otherwise.
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer
$input Symfony\Component\Console\Input\InputInterface Input
$output Symfony\Component\Console\Output\OutputInterface Output
리턴 integer Execution return

executeVisithor() 보호된 메소드

This method returns 0 if all executions passed. 1 otherwise.
protected executeVisithor ( Symfony\Component\Console\Output\OutputInterface $output, array $config, string $format ) : integer
$output Symfony\Component\Console\Output\OutputInterface Output
$config array Config
$format string Format
리턴 integer Execution return