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

getOptions() публичный Метод

public getOptions ( )
    public function getOptions()
    {
        return [['silent', null, InputOption::VALUE_NONE, 'Silence the output from the function', null]];
    }
SilentEnabledCommand