Aimeos\Shop\Command\JobsCommand::getArguments PHP Method

getArguments() protected method

Get the console command arguments.
protected getArguments ( ) : array
return array
    protected function getArguments()
    {
        return array(array('jobs', InputArgument::REQUIRED, 'One or more job controller names like "admin/job customer/email/watch"'), array('site', InputArgument::OPTIONAL, 'Site codes to execute the jobs for like "default unittest" (none for all)'));
    }