Stolz\Assets\Laravel\LegacyFlushPipelineCommand::getOptions PHP Метод

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

Get the console command options.
protected getOptions ( ) : array
Результат array
    protected function getOptions()
    {
        return array(array('force', 'f', InputOption::VALUE_NONE, 'Do not prompt for confirmation'));
    }
LegacyFlushPipelineCommand