Example #1
0
 /**
  * Registers a new command.
  *
  * @param string $name The command name
  * @return \Symfony\Component\Console\Command The newly created command
  * @api 
  * @static 
  */
 public static function register($name)
 {
     //Method inherited from \Symfony\Component\Console\Application
     return \Illuminate\Console\Application::register($name);
 }