PHP Класс Token, symfony-1.4

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.