FluidTYPO3\Vhs\ViewHelpers\Page\InfoViewHelper::getPageService PHP Méthode

getPageService() protected static méthode

protected static getPageService ( ) : PageService
Résultat FluidTYPO3\Vhs\Service\PageService
    protected static function getPageService()
    {
        if (!static::$pageService) {
            static::$pageService = GeneralUtility::makeInstance(ObjectManager::class)->get(PageService::class);
        }
        return static::$pageService;
    }