Actions
Bug #20360
closedConvert from extension prefix to extension key
Start date:
2009-04-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
For the new autoloader, we need a method to derive the extension name from the class name. The class has the form tx_myextension_something, and we need the extension key from that. Thus, we need a method which receives tx_myextension, and gives you back the extension key (which might be my_extension or myextension, depending how you named the extension).
Solution:
Add a method getExtensionKeyByPrefix to t3lib_extMgm.
Notes:
This patch is part of a patch series to implement the autoloader. The patches have been worked out together with Olly. The code for this patch has been created by Dmitry.
(issue imported from #M10986)
Files
Actions