Recca0120\Terminal\Console\Commands\ArtisanTinker::getOptions PHP Метод

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

Get the console command options.
protected getOptions ( ) : array
Результат array
    protected function getOptions()
    {
        return [['command', null, InputOption::VALUE_OPTIONAL]];
    }
ArtisanTinker