PHP 클래스 Neos\Flow\Security\Authorization\Privilege\Parameter\AbstractPrivilegeParameter

상속: implements Neos\Flow\Security\Authorization\Privilege\Parameter\PrivilegeParameterInterface
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$name string
$value mixed

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

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

__toString() 공개 메소드

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

getName() 공개 메소드

Name of this parameter
public getName ( ) : string
리턴 string

getValue() 공개 메소드

The value of this parameter
public getValue ( ) : mixed
리턴 mixed

프로퍼티 상세

$name 보호되어 있는 프로퍼티

protected string $name
리턴 string

$value 보호되어 있는 프로퍼티

protected mixed $value
리턴 mixed