예제 #1
0
 /**
  * Set the class map cache file path
  *
  * @param string $path
  */
 static function setClassMapFilePath($path)
 {
     self::$_classMapFileLocation = $path;
     self::$_classMapCacheKey = 'KAutoloader_' . substr(md5(self::$_classMapFileLocation), 0, 10) . '_';
 }