Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.5.2
-
Fix Version/s: 1.6.0
-
Component/s: Zend_Currency, Zend_Date, Zend_Locale, Zend_Translate
-
Labels:None
Description
The Method Zend_Locale[_Data]::setCache exists but the getter doesn't exist.
Therefor to change the a cache option the setted cache object must handled by self or a new cache object must set ![]()
Zend_Locale::setCache($cacheZendLocale); // .. if ( ($cacheZendLocale=Zend_Locale::getCache()) ) { $cacheZendLocale->setOption('caching', false); }
Integrated with r9753