Example #1
0
 /**
  * Set a helper set to be used with the command.
  *
  * @param \Symfony\Component\Console\HelperSet $helperSet The helper set
  * @api 
  * @static 
  */
 public static function setHelperSet($helperSet)
 {
     //Method inherited from \Symfony\Component\Console\Application
     return \Illuminate\Console\Application::setHelperSet($helperSet);
 }