Метод | Описание | |
---|---|---|
__construct ( string $name, $value = '' ) | ||
__toString ( ) : string | ||
fromHeader ( string $string ) : Icicle\Http\Message\Cookie\Cookie | ||
getName ( ) : string | ||
getValue ( ) : string | ||
toHeader ( ) : string |
Метод | Описание | |
---|---|---|
filterValue ( string $value ) : string |
protected filterValue ( string $value ) : string | ||
$value | string | |
Результат | string | mixed |
public static fromHeader ( string $string ) : Icicle\Http\Message\Cookie\Cookie | ||
$string | string | Valid Set-Cookie header line. |
Результат | Icicle\Http\Message\Cookie\Cookie |