ZF-4350: Reference Guide Section 8.5.8 "Subclassing the Router" is outdated
Description
See the following:
http://framework.zend.com/manual/en/…
http://framework.zend.com/apidoc/core/…
The reference guide maintains that Zend_Controller_Router_Interface only requires a single method, route(), whereas the API documentation indicates an additional method assemble() (declared by Zend_Controller_Router_Interface and not implemented by Zend_Controller_Router_Abstract) is required.
Comments
Posted by Matthew Turland (elazar) on 2008-09-22T10:45:35.000+0000
This reference guide section also lacks documentation on the abstract router component. I think its presence warrants at least a small note in this section. An explicit indication of what it implements with respect to the interface requirements would also be useful.
Posted by Rob Allen (rob) on 2012-11-20T20:53:26.000+0000
Bulk change of all issues last updated before 1st January 2010 as "Won't Fix".
Feel free to re-open and provide a patch if you want to fix this issue.