Пример #1
0
 /**
  * Resets the created modules array so that in-memory vardef rebuilds can
  * successfully pull of the refresh of metadata
  */
 public static function resetCreatedModules()
 {
     self::$createdModules = array();
 }