PHP Class Neos\Flow\Security\Authorization\Privilege\Parameter\AbstractPrivilegeParameter

Inheritance: implements Neos\Flow\Security\Authorization\Privilege\Parameter\PrivilegeParameterInterface
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$name string
$value mixed

Méthodes publiques

Méthode Description
__construct ( string $name, mixed $value )
__toString ( ) : string Returns the string representation of this parameter
getName ( ) : string Name of this parameter
getValue ( ) : mixed The value of this parameter

Method Details

__construct() public méthode

public __construct ( string $name, mixed $value )
$name string
$value mixed

__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

getValue() public méthode

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

Property Details

$name protected_oe property

protected string $name
Résultat string

$value protected_oe property

protected mixed $value
Résultat mixed