ZF-9780: Zend_Soap_Autodiscover : setters become fluent interfaces
Description
Zend_Soap_Server has fluent interfaces on void methods, but it is not the case for Zend_Soap_Autodiscover (like addFunction(), setClass(), _addFunctionToWsdl()).
The method handle() should may be return the response instead of a fluent interface.
Comment : Zend_Soap_Autodiscover is not in the list of components
Comments
Posted by Alexander Veremyev (alexander) on 2010-08-20T12:53:39.000+0000
Fixed