[TYPO3-english] XCLASS with Extbase Extensions?

Lars Patrick Heß larshess at gmail.com
Thu Dec 15 20:10:33 CET 2011


You have to use the DependencyInjection system, you can do something like this in your typoscript configuration to override controllers etc.:

config.tx_extbase {
	objects {
		Tx_FooExt_Controller_OriginalController.className = Tx_MyExt_Controller_OtherController
	}
}

:-)

Am 15.12.2011 um 20:03 schrieb Alexander Dick:

> Hi List,
> 
> is there any way how one can extend/override an Extbase Class, like the traditional XCLASS functionality? Didn't find anything yet.
> 
> best regards
> Alex
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list