App\Console\Commands\Schema::getOptions PHP Метод

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

Get the console command options.
protected getOptions ( ) : array
Результат array
    protected function getOptions()
    {
        return [['tables', null, InputOption::VALUE_OPTIONAL, 'Destination table name. Separated by a comma(,) you can specify multiple names.']];
    }