[TYPO3-core] Feature #10986: Convert from extension prefix to extension key

Oliver Hader oliver at typo3.org
Thu May 7 14:00:22 CEST 2009


FYI: Committed to SVN Trunk (rev. 5396)

olly


Oliver Hader schrieb:
> Hi Sebastian,
> 
> Sebastian KurfŸürst schrieb:
>> This is an SVN patch request.
>>
>> Type: Feature
>>
>> BT Reference: http://bugs.typo3.org/view.php?id=10986
>>
>> Branch: trunk
>>
>> 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.
> 
> I've added a testcase for this RFC.
> 
> +1 on reading and testing
> 
> olly
-- 
Oliver Hader
TYPO3 Release Manager 4.3


More information about the TYPO3-team-core mailing list