Example #1
0
 /**
  * Get the helper set associated with the command.
  *
  * @return \Symfony\Component\Console\HelperSet The HelperSet instance associated with this command
  * @api 
  * @static 
  */
 public static function getHelperSet()
 {
     //Method inherited from \Symfony\Component\Console\Application
     return \Illuminate\Console\Application::getHelperSet();
 }