PHP 클래스 Nelmio\Alice\Parameter

파일 보기 프로젝트 열기: nelmio/alice 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $key, mixed $value )
getKey ( ) : string
getValue ( ) : mixed
withValue ( $value ) : self

메소드 상세

__construct() 공개 메소드

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

getKey() 공개 메소드

public getKey ( ) : string
리턴 string

getValue() 공개 메소드

public getValue ( ) : mixed
리턴 mixed

withValue() 공개 메소드

public withValue ( $value ) : self
리턴 self