BackupManager\Laravel\DbListCommand::getOptions PHP Méthode

getOptions() protected méthode

Get the console command options.
protected getOptions ( ) : array
Résultat array
    protected function getOptions()
    {
        return [['source', null, InputOption::VALUE_OPTIONAL, 'Source configuration name', null], ['path', null, InputOption::VALUE_OPTIONAL, 'Directory path', null]];
    }