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

getOptions() protected méthode

Get the console command options.
protected getOptions ( ) : array
Résultat array
    protected function getOptions()
    {
        return [['tables', null, InputOption::VALUE_OPTIONAL, 'Destination table name. Separated by a comma(,) you can specify multiple names.']];
    }