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

Parameters

string $name
mixed $value

string getName()

Name of this parameter

Return Value

string

mixed getValue()

The value of this parameter

Return Value

mixed

string __toString()

Returns the string representation of this parameter

Return Value

string