Merge pull request #2944 from alejandroliu/generator-list

Added a getGeneratorList
This commit is contained in:
Shoghi Cervantes 2015-04-27 09:53:50 +02:00
commit ef00103fec

View File

@ -42,6 +42,13 @@ abstract class Generator{
return false;
}
/**
* @return string[]
*/
public static function getGeneratorList(){
return array_keys(Generator::$list);
}
/**
* @param $name
*