[TYPO3-core] RFC #14711: Feature: Add XCLASS to class.t3lib_iconworks.php for developing alternative backend-skins
Benjamin Mack
benni at typo3.org
Sun Jun 13 13:08:36 CEST 2010
hey,
On 13.06.10 12:49, Stephan N Kellermayr wrote:
> or is there a convincing reason why this class cannot be extended?
yes :) All methods are called statically from the TYPO3 Core. it's the
same way as t3lib_div and t3lib_befunc. You might have noticed that
there is no extension that xclasses these files, because the XCLASS
paradigm doesn't work with static/class methods. Thus, main functions
should include hooks. That's why I propose to you that you should add
hooks to the methods you want to change.
-1 for your current solution.
All the best,
Benni.
More information about the TYPO3-team-core
mailing list