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

Наследование: extends NodePrivilegeSubject
Показать файл Открыть проект

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

Свойство Тип Описание
$joinPoint Neos\Flow\Aop\JoinPointInterface
$node Neos\ContentRepository\Domain\Model\NodeInterface
$propertyName string

Открытые методы

Метод Описание
__construct ( Neos\ContentRepository\Domain\Model\NodeInterface $node, Neos\Flow\Aop\JoinPointInterface $joinPoint = null, string $propertyName = null )
getPropertyName ( ) : string
hasPropertyName ( ) : boolean

Описание методов

__construct() публичный Метод

public __construct ( Neos\ContentRepository\Domain\Model\NodeInterface $node, Neos\Flow\Aop\JoinPointInterface $joinPoint = null, string $propertyName = null )
$node Neos\ContentRepository\Domain\Model\NodeInterface
$joinPoint Neos\Flow\Aop\JoinPointInterface
$propertyName string

getPropertyName() публичный Метод

public getPropertyName ( ) : string
Результат string

hasPropertyName() публичный Метод

public hasPropertyName ( ) : boolean
Результат boolean

Описание свойств

$joinPoint защищенное свойство

protected JoinPointInterface,Neos\Flow\Aop $joinPoint
Результат Neos\Flow\Aop\JoinPointInterface

$node защищенное свойство

protected NodeInterface,Neos\ContentRepository\Domain\Model $node
Результат Neos\ContentRepository\Domain\Model\NodeInterface

$propertyName защищенное свойство

protected string $propertyName
Результат string