Exemplo n.º 1
0
 /**
  * Set a cache for Zend_Locale_Data
  * 
  * @param Zend_Cache_Core $cache a cache frontend
  */
 public static function setCache(Zend_Cache_Core $cache)
 {
     self::$cache = $cache;
 }