ZF-5142: _cancel class attribute in Zend_Cache_Frontend_Page should be protected
Description
The _cancel class attribute in Zend_Cache_Frontend_Page should be protected. Any extension to Zend_Cache_Frontend_Page might need to know if the caching has been cancelled.
Original Line private $_cancel = false;
New Lines protected $_cancel = false;
An alternative solution would be to have an IsCancelled() or similar method.
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-12-02T23:19:53.000+0000
Set Component and auto assign again.
Posted by Fabien MARTY (fab) on 2008-12-03T08:44:07.000+0000
fixed in SVN trunk
Posted by thing2b (thing2b) on 2009-03-24T15:13:17.000+0000
Although this is marked as Resolved and Fixed, it does not seem to have made it into version 1.7.7. Could this change be made so that it does come out in the next release?