ZF-7995: Zend_Rest_Route is not extensible
Description
Zend_Rest_Route defines its internal methods as private which stops the developer from extending the class and using those methods.
Zend_Rest_Route defines its internal methods as private which stops the developer from extending the class and using those methods.
Comments
Posted by Satoru Yoshida (satoruyoshida) on 2009-10-01T06:32:34.000+0000
set component and auto reassign
Posted by Luke Crouch (lcrouch) on 2009-12-30T10:13:45.000+0000
Dang, can't believe I did that. I hate private methods too.