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