AbstractPrivilegeParameter
abstract class AbstractPrivilegeParameter implements PrivilegeParameterInterface (View source)
A privilege parameter
Properties
protected string | $name | ||
protected mixed | $value |
Methods
__construct(string $name, mixed $value)
No description
string
getName()
Name of this parameter
mixed
getValue()
The value of this parameter
string
__toString()
Returns the string representation of this parameter
Details
__construct(string $name, mixed $value)
No description
string
getName()
Name of this parameter
mixed
getValue()
The value of this parameter
string
__toString()
Returns the string representation of this parameter