App\Console\Commands\Site::getOptions PHP Méthode

getOptions() protected méthode

Get the console command options.
protected getOptions ( ) : array
Résultat array
    protected function getOptions()
    {
        return [['siteKey', null, InputOption::VALUE_REQUIRED, 'Site key', 'default'], ['host', null, InputOption::VALUE_REQUIRED, 'Host information to be changed']];
    }