Zend Framework

Missing method Zend_Locale[_Data]::getCache

Details

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);
}

Activity

Hide
Thomas Weidner added a comment -

Integrated with r9753

Show
Thomas Weidner added a comment - Integrated with r9753
Hide
Wil Sinclair added a comment -

Updating for the 1.6.0 release.

Show
Wil Sinclair added a comment - Updating for the 1.6.0 release.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved:

Time Tracking

Estimated:
Not Specified
Original Estimate - Not Specified
Remaining:
0m
Remaining Estimate - 0 minutes
Logged:
2h
Time Spent - 2 hours