Ejemplo n.º 1
0
 /**
  * Called by the setup process to initializes the list of selected modules. Do not call this method
  * from an 'auto_select' rule
  * @param hash $aModules
  * @return void
  */
 static function SetSelectedModules($aModules)
 {
     self::$aSelectedModules = $aModules;
 }