PHP Класс Visithor\Command\GoCommand

Наследование: extends Symfony\Component\Console\Command\Command
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
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