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

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

CONSTRUCTOR
public __construct ( )
    public function __construct()
    {
        $objectManager = GeneralUtility::makeInstance(ObjectManager::class);
        $this->injectConfigurationManager($objectManager->get(ConfigurationManagerInterface::class));
        $this->injectConfigurationService($objectManager->get(ConfigurationService::class));
        $this->injectPageService($objectManager->get(PageService::class));
    }