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.

Parameters

$value

at line 27
mixed getValue()

Return Value

mixed

at line 35
setValue(mixed $value)

Parameters

mixed $value

at line 43
int getCreatedAt()

Return Value

int

at line 51
setCreatedAt(int $createdAt)

Parameters

int $createdAt

at line 61
string toHeader()

Formats a token header for the current cookie.

Return Value

string An HTTP request Token header