ZF-3270: Incorrect method name in online docs (Zend_Controller_Front::setDefaultActionName())
Description
The online documentation states that Zend_Controller_Front::setDefaultControllerName() and Zend_Controller_Front::setDefaultActionName() are the correct method names yet only setDefaultControllerName() works while setDefaultAction() is the actual method name reflected in the source code. Following the docs generates a fatal error.
Comments
Posted by Wil Sinclair (wil) on 2008-06-15T22:01:16.000+0000
Updating to comply with new IT component conventions.
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-07-02T08:42:05.000+0000
It duplicates ZF-3301. Solved in SVN r9877.