Neos\ContentRepository\Security\Authorization\Privilege\Node\PropertyAwareNodePrivilegeSubject::__construct PHP Метод

__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
    public function __construct(NodeInterface $node, JoinPointInterface $joinPoint = null, $propertyName = null)
    {
        $this->propertyName = $propertyName;
        parent::__construct($node, $joinPoint);
    }
PropertyAwareNodePrivilegeSubject