FluidTYPO3\Fluidpages\Backend\TemplateFileLayoutSelector::__construct PHP Метод

__construct() публичный Метод

CONSTRUCTOR
public __construct ( )
    public function __construct()
    {
        $objectManager = GeneralUtility::makeInstance('TYPO3\\CMS\\Extbase\\Object\\ObjectManager');
        $this->injectConfigurationService($objectManager->get('FluidTYPO3\\Fluidpages\\Service\\ConfigurationService'));
        $this->injectPageService($objectManager->get('FluidTYPO3\\Fluidpages\\Service\\PageService'));
    }