interface PrivilegeParameterInterface (View source)

Contract for a privilege parameter

Methods

string
getName()

Name of this parameter

mixed
getValue()

The value of this parameter

array|null
getPossibleValues()

No description

bool
validate(mixed $value)

No description

string
getType()

No description

string
__toString()

Returns the string representation of this parameter

Details

string getName()

Name of this parameter

Return Value

string

mixed getValue()

The value of this parameter

Return Value

mixed

array|null getPossibleValues()

No description

Return Value

array|null

bool validate(mixed $value)

No description

Parameters

mixed $value

Return Value

bool

string getType()

No description

Return Value

string

string __toString()

Returns the string representation of this parameter

Return Value

string