コード例 #1
0
ファイル: autoload.php プロジェクト: mugoweb/ezpublish-legacy
 /**
  * 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;
 }