Baum\Console\InstallCommand::getArguments PHP Метод

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

Get the command arguments.
protected getArguments ( ) : array
Результат array
    protected function getArguments()
    {
        return [['name', InputArgument::REQUIRED, 'Name to use for the scaffolding of the migration and model.']];
    }