PHP 클래스 Neos\Neos\Routing\Aspects\RouteCacheAspect

파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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