Task #3400
Is FLOW3\Utility\GenericCollection obsolete?
Status:
Resolved
Priority:
Must have
Assignee:
Category:
Utility
Target version:
Start date:
2009-05-20
Due date:
% Done:
100%
Sprint:
PHP Version:
Has patch:
Complexity:
Description
Is FLOW3\Utility\GenericCollection obsolete? It seems like a SPLObjectStorage can be used instead - or at least the GenericCollection could use one.
Associated revisions
FLOW3:
- Removed FLOW3\Utility\GenericCollection from repository, it's currently not needed. Resolves #3400
- Moved method setArgumentsFromRawRequestData() from Router to RequestBuilder. Resolves #3368
- Renamed URIHelper to URIBuilder. Removed Classes HelperInterface, AbstractHelper and InvalidViewHelper Exception. Adapted AbstractView & ViewInterface. Resolves #3303
- Added section parameter to URIFor() method of the URIBuilder
- Refactored Base controllers - controllerContext is no instance variable anymore and will be created when passed to view in initializeView(). Resolves #3404
- ControllerContext is of scope prototype now. Added setter/getter for URIBuilder. Some cosmetic changes.
- Added getRequestPath() to Request.
- ControllerKeys (@controller, @action, @package, @subpackage and @format) can now be set by request arguments. Resolves #2853
History
#1
Updated by Bastian Waidelich over 10 years ago
- Target version changed from 283 to 1.0 alpha 1
Yes, it was used in the Routing framework before I rewrote it to use nested arrays.
I still think, this might be a handy class. But I'll remove it for now - until we really need it.
#2
Updated by Bastian Waidelich over 10 years ago
- Status changed from Needs Feedback to Resolved
- % Done changed from 0 to 100
Applied in changeset r2344.