AbstractNodePropertyPrivilege
abstract class AbstractNodePropertyPrivilege extends AbstractNodePrivilege (View source)
Base class for privileges restricting node properties.
Properties
protected CompilingEvaluator | $eelCompilingEvaluator | from AbstractNodePrivilege | |
protected | $nodeContextClassName | ||
protected PropertyAwareNodePrivilegeContext | $nodeContext | ||
protected MethodPrivilegeInterface | $methodPrivilege | from AbstractNodePrivilege | |
protected | $initialized | from AbstractNodePrivilege | |
protected array<string,string> | $methodNameToPropertyMapping | With this mapping we can treat methods like properties. |
Methods
__construct(PrivilegeTarget $privilegeTarget, string $matcher, string $permission, array $parameters)
No description
bool
matchesSubject(PrivilegeSubjectInterface $subject)
No description
mixed
evaluateNodeContext()
Evaluates the matcher with this objects nodeContext and returns the result.
array
getNodePropertyNames()
No description
Details
__construct(PrivilegeTarget $privilegeTarget, string $matcher, string $permission, array $parameters)
No description
void
initialize()
No description
protected void
buildCacheEntryIdentifier()
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
protected void
initializeMethodPrivilege()
No description
protected mixed
evaluateNodeContext()
Evaluates the matcher with this objects nodeContext and returns the result.
abstract protected string
buildMethodPrivilegeMatcher()
No description
array
getNodePropertyNames()
No description