ZF-7849: typo in API Table Docs for Zend_Application_Bootstrap_BootstrapAbstract Methods
Description
On page: http://framework.zend.com/manual/en/…
Table 4.5. Zend_Application_Bootstrap_BootstrapAbstract Methods
This:
getOption()
should be changed to
getOptions()
Note the 's' on the end of getOption
This would then make it read:
getOptions()
* Return Value: Array
* Parameters: N/A
* Description:
Comments
Posted by Satoru Yoshida (satoruyoshida) on 2009-09-15T05:48:44.000+0000
Solved in SVN r18117