Barryvdh\LaravelIdeHelper\Console\MetaCommand::getOptions PHP Méthode

getOptions() protected méthode

Get the console command options.
protected getOptions ( ) : array
Résultat array
    protected function getOptions()
    {
        return array(array('filename', 'F', InputOption::VALUE_OPTIONAL, 'The path to the meta file', $this->filename));
    }