PHP Interface Neos\Flow\Security\Authorization\Privilege\Parameter\PrivilegeParameterInterface

Datei anzeigen Open project: neos/flow-development-collection

Public Methods

Method Description
__toString ( ) : string Returns the string representation of this parameter
getName ( ) : string Name of this parameter
getPossibleValues ( ) : array
getType ( ) : string
getValue ( ) : mixed The value of this parameter
validate ( mixed $value ) : boolean

Method Details

__toString() public method

Returns the string representation of this parameter
public __toString ( ) : string
return string

getName() public method

Name of this parameter
public getName ( ) : string
return string

getPossibleValues() public method

public getPossibleValues ( ) : array
return array

getType() public method

public getType ( ) : string
return string

getValue() public method

The value of this parameter
public getValue ( ) : mixed
return mixed

validate() public method

public validate ( mixed $value ) : boolean
$value mixed
return boolean