N98\Magento\Command\System\Cron\HistoryCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        $this->setName('sys:cron:history')->setDescription('Last executed cronjobs with status.')->addOption('timezone', null, InputOption::VALUE_OPTIONAL, 'Timezone to show finished at in')->addOption('format', null, InputOption::VALUE_OPTIONAL, 'Output Format. One of [' . implode(',', RendererFactory::getFormats()) . ']');
    }
HistoryCommand