Example #1
0
 /**
  * Returns an array of possible abbreviations given a set of names.
  *
  * @param array $names An array of names
  * @return array An array of abbreviations
  * @static 
  */
 public static function getAbbreviations($names)
 {
     //Method inherited from \Symfony\Component\Console\Application
     return \Illuminate\Console\Application::getAbbreviations($names);
 }