ZF-4055: _makeId Function in Zend_Cache_Frontend_Page should be protected
Description
The _makeId Function in Zend_Cache_Frontend_Page should be protected. As the Zend_Cache_Frontend_Page does not cater for multiple domains, this method should be extend-able.
Original Lines private function _makeId() private function _makePartialId($arrayName, $bool1, $bool2)
New Lines protected function _makeId() protected function _makePartialId($arrayName, $bool1, $bool2)
Comments
Posted by Fabien MARTY (fab) on 2008-08-25T03:38:03.000+0000
commited in SVN trunk (thanks)
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:06.000+0000
Updating for the 1.6.0 release.