PHP Класс Neos\Neos\Routing\Aspects\RouteCacheAspect

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$contextFactory Neos\ContentRepository\Domain\Service\ContextFactoryInterface
$securityContext Neos\Flow\Security\Context

Открытые методы

Метод Описание
addCurrentNodeIdentifier ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void Add the current node and all parent identifiers to be used for cache entry tagging

Описание методов

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

Add the current node and all parent identifiers to be used for cache entry tagging
public addCurrentNodeIdentifier ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void
$joinPoint Neos\Flow\Aop\JoinPointInterface The current join point
Результат void

Описание свойств

$contextFactory защищенное свойство

protected ContextFactoryInterface,Neos\ContentRepository\Domain\Service $contextFactory
Результат Neos\ContentRepository\Domain\Service\ContextFactoryInterface

$securityContext защищенное свойство

protected Context,Neos\Flow\Security $securityContext
Результат Neos\Flow\Security\Context