예제 #1
0
파일: CacheHelper.php 프로젝트: ijidan/Ctx
 public static function setAdapter(CacheHelper_Adapter_Interface $adapter)
 {
     self::$adapter = $adapter;
 }