ZF-3419: Missing method Zend_Locale[_Data]::getCache
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);
}
Comments
Posted by Thomas Weidner (thomas) on 2008-06-21T12:34:50.000+0000
Integrated with r9753
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:42.000+0000
Updating for the 1.6.0 release.