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']];
    }