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

Inheritance: extends NodePrivilegeSubject
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

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

Méthodes publiques

Méthode Description
__construct ( Neos\ContentRepository\Domain\Model\NodeInterface $node, Neos\Flow\Aop\JoinPointInterface $joinPoint = null, string $propertyName = null )
getPropertyName ( ) : string
hasPropertyName ( ) : boolean

Method Details

__construct() public méthode

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

public getPropertyName ( ) : string
Résultat string

hasPropertyName() public méthode

public hasPropertyName ( ) : boolean
Résultat boolean

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

$propertyName protected_oe property

protected string $propertyName
Résultat string