[TYPO3-german] TYPO3 6.x Namerspace innerhalb CommandController

Domi djgarms at gmail.com
Wed Jan 30 03:53:40 CET 2013


Hallo,

Ich wollte in einer kleinen Extension einen CommandController mit 
Namespace deklarieren. Jedoch wird die Extension nie aufgerufen.

Ist für den Scheduler Namespaces noch nicht vorgesehen? Auch folgendes 
Statement schlägt fehl:

$configurationManager = 
$this->objectManager->get('\TYPO3\CMS\Extbase\Configuration\ConfigurationManager');

Auch hier muss:
$configurationManager = 
$this->objectManager->get('Tx_Extbase_Configuration_ConfigurationManager');
verwendet werden.

Vielen Dank für Tipps

Schöne Grüße
Dominic


More information about the TYPO3-german mailing list