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

Inheritance: extends NodePrivilegeSubject
Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$joinPoint Neos\Flow\Aop\JoinPointInterface
$node Neos\ContentRepository\Domain\Model\NodeInterface
$propertyName string

Public Methods

Method 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 method

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 method

public getPropertyName ( ) : string
return string

hasPropertyName() public method

public hasPropertyName ( ) : boolean
return boolean

Property Details

$joinPoint protected property

protected JoinPointInterface,Neos\Flow\Aop $joinPoint
return Neos\Flow\Aop\JoinPointInterface

$node protected property

protected NodeInterface,Neos\ContentRepository\Domain\Model $node
return Neos\ContentRepository\Domain\Model\NodeInterface

$propertyName protected property

protected string $propertyName
return string