コード例 #1
0
ファイル: Paginator.php プロジェクト: rashmigandhe/HHMobile
 /**
  * Sets a cache object
  *
  * @param Zend_Cache_Core $cache
  */
 public static function setCache(Zend_Cache_Core $cache)
 {
     self::$_cache = $cache;
 }