abstract class AbstractNodePropertyPrivilege extends AbstractNodePrivilege (View source)

Base class for privileges restricting node properties.

Properties

protected CompilingEvaluator $eelCompilingEvaluator from  AbstractNodePrivilege
protected string $nodeContextClassName
protected PropertyAwareNodePrivilegeContext $nodeContext
protected MethodPrivilegeInterface $methodPrivilege from  AbstractNodePrivilege
protected bool $initialized from  AbstractNodePrivilege
protected array $methodNameToPropertyMapping

With this mapping we can treat methods like properties. E.g. we want to be able to have a property "hidden" even though there is no real property called like this. Instead the set/getHidden() methods should match this "property".

Methods

__construct(PrivilegeTarget $privilegeTarget, string $matcher, string $permission, $parameters)

Constructor

void
initialize()

No description

string
getCacheEntryIdentifier()

Unique identifier of this privilege

bool
matchesSubject(PrivilegeSubjectInterface $subject)

No description

bool
matchesMethod(string $className, string $methodName)

No description

PointcutFilterInterface
getPointcutFilterComposite()

No description

mixed
evaluateNodeContext()

Evaluates the matcher with this objects nodeContext and returns the result.

string
buildMethodPrivilegeMatcher()

No description

array
getNodePropertyNames()

No description

Details

__construct(PrivilegeTarget $privilegeTarget, string $matcher, string $permission, $parameters)

Constructor

Parameters

PrivilegeTarget $privilegeTarget
string $matcher
string $permission
$parameters

void initialize()

No description

Return Value

void

protected void buildCacheEntryIdentifier()

No description

Return Value

void

string getCacheEntryIdentifier()

Unique identifier of this privilege

Return Value

string

bool matchesSubject(PrivilegeSubjectInterface $subject)

No description

Parameters

PrivilegeSubjectInterface $subject

(one of NodePrivilegeSubject or MethodPrivilegeSubject)

Return Value

bool

Exceptions

InvalidPrivilegeTypeException

bool matchesMethod(string $className, string $methodName)

No description

Parameters

string $className
string $methodName

Return Value

bool

PointcutFilterInterface getPointcutFilterComposite()

No description

Return Value

PointcutFilterInterface

protected initializeMethodPrivilege()

No description

Exceptions

Exception

protected mixed evaluateNodeContext()

Evaluates the matcher with this objects nodeContext and returns the result.

Return Value

mixed

abstract protected string buildMethodPrivilegeMatcher()

No description

Return Value

string

array getNodePropertyNames()

No description

Return Value

array