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

Inheritance: implements Neos\Flow\Security\Authorization\Privilege\Parameter\PrivilegeParameterInterface
显示文件 Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$name string
$value mixed

Public Methods

Method 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 method

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

__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

getValue() public method

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

Property Details

$name protected_oe property

protected string $name
return string

$value protected_oe property

protected mixed $value
return mixed