PHP 인터페이스 Neos\Flow\Security\Authorization\Privilege\Parameter\PrivilegeParameterInterface

파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

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

메소드 상세

__toString() 공개 메소드

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

getName() 공개 메소드

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

getPossibleValues() 공개 메소드

public getPossibleValues ( ) : array
리턴 array

getType() 공개 메소드

public getType ( ) : string
리턴 string

getValue() 공개 메소드

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

validate() 공개 메소드

public validate ( mixed $value ) : boolean
$value mixed
리턴 boolean