Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.10.2
-
Fix Version/s: 1.11.10
-
Component/s: Zend_Rest_Client
-
Labels:None
Description
Quite a lot of Zend_Rest_Client methods are final, which makes it impossible to subclass.
It's a real limitation for ZF as a framework not to be able to easily subclass Zend_Rest_Client.
It would be great if 'final' attribute got removed.
Strangely enough, Zend_Rest_Server has no final method. Am I missing something?
Enclosed is the diff realized against ZF 1.10.1
Regards,
Remy
corresponding diff file against v1.10.1
simply remove all 'final ' statements