PHP Class Neos\ContentRepository\Security\Authorization\Privilege\Node\NodePrivilegeSubject

Inheritance: implements Neos\Flow\Security\Authorization\Privilege\PrivilegeSubjectInterface
Afficher le fichier Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$joinPoint Neos\Flow\Aop\JoinPointInterface
$node Neos\ContentRepository\Domain\Model\NodeInterface

Méthodes publiques

Méthode Description
__construct ( Neos\ContentRepository\Domain\Model\NodeInterface $node, Neos\Flow\Aop\JoinPointInterface $joinPoint = null )
getJoinPoint ( ) : Neos\Flow\Aop\JoinPointInterface
getNode ( ) : Neos\ContentRepository\Domain\Model\NodeInterface

Method Details

__construct() public méthode

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 méthode

public getJoinPoint ( ) : Neos\Flow\Aop\JoinPointInterface
Résultat Neos\Flow\Aop\JoinPointInterface

getNode() public méthode

public getNode ( ) : Neos\ContentRepository\Domain\Model\NodeInterface
Résultat Neos\ContentRepository\Domain\Model\NodeInterface

Property Details

$joinPoint protected_oe property

protected JoinPointInterface,Neos\Flow\Aop $joinPoint
Résultat Neos\Flow\Aop\JoinPointInterface

$node protected_oe property

protected NodeInterface,Neos\ContentRepository\Domain\Model $node
Résultat Neos\ContentRepository\Domain\Model\NodeInterface