ZF-1893: Make Zend_Controller_Router_Rewrite support method chaining
Description
Make the addRoute, addRoutes, addConfig, removeRoute, removeDefaultRoutes methods of Zend_Controller_Router_Rewrite return $this, to support method chaning.
Make the addRoute, addRoutes, addConfig, removeRoute, removeDefaultRoutes methods of Zend_Controller_Router_Rewrite return $this, to support method chaning.
Comments
Posted by Bill Karwin (bkarwin) on 2007-08-31T18:19:45.000+0000
Assign to Matthew.
Posted by Matthew Weier O'Phinney (matthew) on 2007-09-14T14:36:02.000+0000
Assigning to Martel
Posted by Michal Minicki (martel) on 2007-09-16T09:57:19.000+0000
Support for method chaining added to trunk. Thanks.
Posted by Darby Felton (darby) on 2007-09-18T12:09:54.000+0000
Fixes 1.1.0 but not also 1.0.2 until changes are merged to release-1.0 branch