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

Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

Méthode 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 méthode

Returns the string representation of this parameter
public __toString ( ) : string
Résultat string

getName() public méthode

Name of this parameter
public getName ( ) : string
Résultat string

getPossibleValues() public méthode

public getPossibleValues ( ) : array
Résultat array

getType() public méthode

public getType ( ) : string
Résultat string

getValue() public méthode

The value of this parameter
public getValue ( ) : mixed
Résultat mixed

validate() public méthode

public validate ( mixed $value ) : boolean
$value mixed
Résultat boolean