PHP Class Neos\Neos\Routing\Aspects\RouteCacheAspect

Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$contextFactory Neos\ContentRepository\Domain\Service\ContextFactoryInterface
$securityContext Neos\Flow\Security\Context

Méthodes publiques

Méthode Description
addCurrentNodeIdentifier ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void Add the current node and all parent identifiers to be used for cache entry tagging

Method Details

addCurrentNodeIdentifier() public méthode

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
Résultat void

Property Details

$contextFactory protected_oe property

protected ContextFactoryInterface,Neos\ContentRepository\Domain\Service $contextFactory
Résultat Neos\ContentRepository\Domain\Service\ContextFactoryInterface

$securityContext protected_oe property

protected Context,Neos\Flow\Security $securityContext
Résultat Neos\Flow\Security\Context