PHP Класс N98\Magento\Command\System\Cron\RunCommand

Наследование: extends AbstractCronCommand
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$infos array

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

Метод Описание
askJobCode ( Symfony\Component\Console\Output\OutputInterface $output, array $jobs ) : string
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void

Приватные методы

Метод Описание
executeConfigModel ( array $callback, string $jobCode )
getCallbackFromRunConfigModel ( string $runConfigModel, string $jobCode ) : array
getRunConfigModelByJobCode ( $jobCode ) : string

Описание методов

askJobCode() защищенный Метод

protected askJobCode ( Symfony\Component\Console\Output\OutputInterface $output, array $jobs ) : string
$output Symfony\Component\Console\Output\OutputInterface
$jobs array array of array containing "job" keyed string entries of job-codes
Результат string job-code

configure() защищенный Метод

protected configure ( )

execute() защищенный Метод

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
Результат integer | void

Описание свойств

$infos защищенное свойство

protected array $infos
Результат array