Chrisbjr\ApiGuard\Console\Commands\GenerateApiKeyCommand::getOptions PHP Метод

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

Get the console command options.
protected getOptions ( ) : array
Результат array
    protected function getOptions()
    {
        return array(array('user-id', null, InputOption::VALUE_OPTIONAL, 'Link the generated API key to a user ID', null), array('level', null, InputOption::VALUE_OPTIONAL, 'Permission level of the generated API key', null), array('ignore-limits', null, InputOption::VALUE_OPTIONAL, 'Specify whether this API key will ignore limits or not', null));
    }