Esempio n. 1
0
 /**
  * Resets the local, in-memory autoload cache.
  *
  * If the autoload arrays are extended during a requests lifetime, this
  * method must be called, to make them available.
  *
  * @return void
  */
 public static function reset()
 {
     self::$ezpClasses = null;
 }