Token
class Token
Class Cookie
Properties
| protected | $value | ||
| protected | $createdAt |
Methods
__construct($value)
Constructor.
mixed
getValue()
No description
setValue(mixed $value)
No description
int
getCreatedAt()
No description
setCreatedAt(int $createdAt)
No description
string
toHeader()
Formats a token header for the current cookie.
Details
at line 18
__construct($value)
Constructor.
at line 27
mixed
getValue()
at line 35
setValue(mixed $value)
at line 43
int
getCreatedAt()
at line 51
setCreatedAt(int $createdAt)
at line 61
string
toHeader()
Formats a token header for the current cookie.