[TYPO3-mvc] Signal/Slot pattern

Tim Schoch | GSTALTIG tim.schoch at gstaltig.ch
Thu Dec 22 11:04:34 CET 2011


You can use
t3lib_div::makeInstance( 'Tx_Extbase_Object_Manager' )->get( 'Tx_Extbase_SignalSlot_Dispatcher' );
I guess this is fine, as extbase itself uses this the first time it needs the objectManager. (correct me pls, if this has changed)
makeInstance will return the singleton ObjectManager so your fine to go.
Tim


More information about the TYPO3-project-typo3v4mvc mailing list