コード例 #1
0
ファイル: Minify.php プロジェクト: developmentDM2/Whohaha
 /**
  * Sets cache ID
  * @param string $cacheId
  */
 public static function setCacheId($cacheId = null)
 {
     self::$_cacheId = $cacheId;
 }