ZF-4659: Doc block of __call in Zend/Rest/Client.php says you can use get('/sayHello', 'Foo', 'Manchu')
Description
In the Zend/Rest/Client.php, I find an unimplemented form as get('/sayHello', 'Foo', 'manchu') .
I think we can not use get('/sayHello', 'Foo', 'Manchu') now. We must use sayHello('Foo', 'Manchu') instead of the form as above-mentioned.
I think on of the docblock or the implementation of __call() is wrong.
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-10-26T21:37:29.000+0000
Solved in SVN r12138.
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:00.000+0000
Changing issues in preparation for the 1.7.0 release.