PHP Class N98\Magento\Command\System\Cron\RunCommand

Inheritance: extends AbstractCronCommand
Datei anzeigen Open project: netz98/n98-magerun

Protected Properties

Property Type Description
$infos array

Protected Methods

Method Description
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

Private Methods

Method Description
executeConfigModel ( array $callback, string $jobCode )
getCallbackFromRunConfigModel ( string $runConfigModel, string $jobCode ) : array
getRunConfigModelByJobCode ( $jobCode ) : string

Method Details

askJobCode() protected method

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
return string job-code

configure() protected method

protected configure ( )

execute() protected method

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
return integer | void

Property Details

$infos protected_oe property

protected array $infos
return array