Aimeos\Shop\Command\SetupCommand::getOptions PHP Méthode

getOptions() protected méthode

Get the console command options.
protected getOptions ( ) : array
Résultat array
    protected function getOptions()
    {
        return array(array('option', null, InputOption::VALUE_REQUIRED, 'Setup configuration, name and value are separated by ":" like "setup/default/demo:1"', array()), array('action', null, InputOption::VALUE_REQUIRED, 'Action name that should be executed, i.e. "migrate", "rollback", "clean"', 'migrate'), array('task', null, InputOption::VALUE_REQUIRED, 'Name of the setup task that should be executed', null));
    }