コード例 #1
0
 /**
  * Set the class map cache file path
  * 
  * @param string $path
  */
 static function setClassMapFilePath($path)
 {
     self::$_classMapFileLocation = $path;
 }