PHP 클래스 Token, symfony-1.4

파일 보기 프로젝트 열기: vjousse/symfony-1.4 1 사용 예제들

공개 메소드들

메소드 설명
getKey ( ) : string Returns the key for this token.
getValue ( ) : string Returns the value for this token.
setKey ( string $key ) Sets the token key.
setValue ( string $value ) Sets the token value.

메소드 상세

getKey() 공개 메소드

Returns the key for this token.
public getKey ( ) : string
리턴 string The key for this token.

getValue() 공개 메소드

Returns the value for this token.
public getValue ( ) : string
리턴 string The value for this token.

setKey() 공개 메소드

Sets the token key.
public setKey ( string $key )
$key string The key for this token. Must not be null.

setValue() 공개 메소드

Sets the token value.
public setValue ( string $value )
$value string The value for this token. Must not be null.