FluidTYPO3\Fluidcontent\Hooks\WizardItemsHookSubscriber::__construct PHP Méthode

__construct() public méthode

Constructor
public __construct ( )
    public function __construct()
    {
        parent::__construct();
        /** @var ConfigurationService $configurationService */
        $configurationService = $this->objectManager->get('FluidTYPO3\\Fluidcontent\\Service\\ConfigurationService');
        $this->injectConfigurationService($configurationService);
    }