Nwidart\Modules\Commands\InstallCommand::getOptions PHP Метод

getOptions() защищенный Метод

Get the console command options.
protected getOptions ( ) : array
Результат array
    protected function getOptions()
    {
        return array(array('timeout', null, InputOption::VALUE_OPTIONAL, 'The process timeout.', null), array('path', null, InputOption::VALUE_OPTIONAL, 'The installation path.', null), array('type', null, InputOption::VALUE_OPTIONAL, 'The type of installation.', null), array('tree', null, InputOption::VALUE_NONE, 'Install the module as a git subtree', null), array('no-update', null, InputOption::VALUE_NONE, 'Disables the automatic update of the dependencies.', null));
    }