App\Console\Commands\PluginMake::getArguments PHP Метод

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

name, namespace, title
protected getArguments ( ) : array
Результат array
    protected function getArguments()
    {
        return [['name', InputArgument::REQUIRED, 'The name of the plugin'], ['namespace', InputArgument::REQUIRED, 'The namespace of the plugin. use double backslash(\\\\) as delimiter'], ['title', InputArgument::REQUIRED, 'The title of the plugin']];
    }