PHP 클래스 Neos\ContentRepository\Security\Authorization\Privilege\Node\NodePrivilegeSubject

상속: implements Neos\Flow\Security\Authorization\Privilege\PrivilegeSubjectInterface
파일 보기 프로젝트 열기: neos/neos-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$joinPoint Neos\Flow\Aop\JoinPointInterface
$node Neos\ContentRepository\Domain\Model\NodeInterface

공개 메소드들

메소드 설명
__construct ( Neos\ContentRepository\Domain\Model\NodeInterface $node, Neos\Flow\Aop\JoinPointInterface $joinPoint = null )
getJoinPoint ( ) : Neos\Flow\Aop\JoinPointInterface
getNode ( ) : Neos\ContentRepository\Domain\Model\NodeInterface

메소드 상세

__construct() 공개 메소드

public __construct ( Neos\ContentRepository\Domain\Model\NodeInterface $node, Neos\Flow\Aop\JoinPointInterface $joinPoint = null )
$node Neos\ContentRepository\Domain\Model\NodeInterface The node we will check privileges for
$joinPoint Neos\Flow\Aop\JoinPointInterface If we intercept node operations, this joinpoint represents the method called on the node and holds a reference to the node we will check privileges for

getJoinPoint() 공개 메소드

public getJoinPoint ( ) : Neos\Flow\Aop\JoinPointInterface
리턴 Neos\Flow\Aop\JoinPointInterface

getNode() 공개 메소드

public getNode ( ) : Neos\ContentRepository\Domain\Model\NodeInterface
리턴 Neos\ContentRepository\Domain\Model\NodeInterface

프로퍼티 상세

$joinPoint 보호되어 있는 프로퍼티

protected JoinPointInterface,Neos\Flow\Aop $joinPoint
리턴 Neos\Flow\Aop\JoinPointInterface

$node 보호되어 있는 프로퍼티

protected NodeInterface,Neos\ContentRepository\Domain\Model $node
리턴 Neos\ContentRepository\Domain\Model\NodeInterface