Actions
Feature #79505
closedXCLASS support for domain model objects
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2017-01-26
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently it is not possible to simply extend extbase domain models by XCLASSing them.
This led to crazy solutions like the extender extension.
Please add native support for xclassing in extbase.
This would make it much easier to add fields to existing models, and not require override orgies as described in the powermail documentation .
Updated by Christian Kuhn almost 8 years ago
- Status changed from New to Rejected
No. extbase has its own logic to configure which specific object should be created in which cases. there shouldn't be a second way to do that. extender implements mixins, which is much more than an xclass, it allows multi-class extending which also will probably not end up in the core.
Actions