PHP Класс Neos\ContentRepository\Security\Authorization\Privilege\Node\NodePrivilegeSubject

Наследование: implements Neos\Flow\Security\Authorization\Privilege\PrivilegeSubjectInterface
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$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