[TYPO3-mvc] Signal/Slot pattern

Tobias Pinnekamp typo3 at tpinne.de
Thu Dec 22 10:56:28 CET 2011


Hi Henjo,

Am 21.12.11 23:45, schrieb Henjo Hoeksma:
> good you got it working. Please realize t3lib_div::makeInstance is
> deprecated notation, you should use the objectManager (as you tried)
> nowadays like so:
>
> $signalSlotDispatcher = $this->objectManager->get('Tx_**
> Extbase_SignalSlot_Dispatcher'**);

I know that and I use it that way in all my Extbase classes. But you 
have not this possibility in ext_localconf.php. There is no DI so you 
have to load the objectManager yourself, which does not semm to work at 
the moment like I mentioned in the starting post of this thread.

Best regards
Tobias


More information about the TYPO3-project-typo3v4mvc mailing list