Exemplo n.º 1
0
 /**
  * This method override KernelProperties::getInstalledModules() to enable other classes
  * of the Kernel library to get the list of the installed modules.
  * @return an array representing the installed modules list.
  */
 public static function getInstalledModules()
 {
     return parent::getInstalledModules();
 }