Nwidart\Modules\Commands\ModelCommand::getOptions PHP Method

getOptions() protected method

Get the console command options.
protected getOptions ( ) : array
return array
    protected function getOptions()
    {
        return array(array('fillable', null, InputOption::VALUE_OPTIONAL, 'The fillable attributes.', null));
    }