PHP Class Token, symfony-1.4

Afficher le fichier Open project: vjousse/symfony-1.4 Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

getKey() public méthode

Returns the key for this token.
public getKey ( ) : string
Résultat string The key for this token.

getValue() public méthode

Returns the value for this token.
public getValue ( ) : string
Résultat string The value for this token.

setKey() public méthode

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

setValue() public méthode

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