Actions
Feature #59627
closedExtensionManagementUtility::registerXclass method
Start date:
2014-06-17
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Hello there,
I thought it was sad that with TYPO3 growing to become even more awesome it hadn't yet a method to register a Xclass and that you'd still have to register your xclass by hand using a clumpy array.
Also the Issue with Xclasses overwriting themselves isn't solved yet (and obviously cannot be by the extension developer).
If there is any interest in it, I'd be glad to program such a functionality, including:- Easy Xclass registration
- Multiple Xclass on same object handling
- Needed additions in makeInstance (if needed)
I'd really like to see such feature but I'm not willing to program it for on my own if nobody else is going to use it, so I'd really appreciate your feedback so I know I wont use my free time in vaine.
Best Regards
Tizian
Updated by Mathias Schreiber about 10 years ago
- Target version changed from 7.0 to 7.1 (Cleanup)
Updated by Mathias Schreiber about 10 years ago
- Target version changed from 7.1 (Cleanup) to 7.3 (Packages)
Updated by Benni Mack over 9 years ago
- Target version changed from 7.3 (Packages) to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack over 9 years ago
- Target version changed from 7.5 to 8 LTS
Hey Tizian,
your reasoning sounds good. Let's do it.
Updated by Riccardo De Contardi almost 8 years ago
- Target version changed from 8 LTS to 9.0
Updated by Christian Kuhn almost 8 years ago
- Status changed from New to Rejected
we will not implement an api method just to add an entry to an array.
Actions