App\Console\Commands\SilentEnabledCommand::getOptions PHP Method

getOptions() public method

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