class NodePrivilegeSubject implements PrivilegeSubjectInterface (View source)

A node privilege subject

Properties

protected NodeInterface $node
protected JoinPointInterface $joinPoint

Methods

__construct(NodeInterface $node, JoinPointInterface $joinPoint = null)

No description

getNode()

No description

JoinPointInterface
getJoinPoint()

No description

Details

__construct(NodeInterface $node, JoinPointInterface $joinPoint = null)

No description

Parameters

NodeInterface $node

The node we will check privileges for

JoinPointInterface $joinPoint

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

NodeInterface getNode()

No description

Return Value

NodeInterface

JoinPointInterface getJoinPoint()

No description

Return Value

JoinPointInterface