string getToken() Get the CSRF token value. Return Value string
bool handlerNeedsRequest() Determine if the session handler needs a request. Return Value bool
has($name) {@inheritdoc} Parameters $name
bool hasOldInput(string $key = null) Determine if the session contains old input. Parameters string $key Return Value bool
mixed increment(string $key, int $amount = 1) Increment the value of an item in the session. Parameters string $key int $amount Return Value mixed
getName() {@inheritdoc}
string getPrefix() Get the cache key prefix. Return Value string
getMetadataBag() {@inheritdoc}
getId() {@inheritdoc}
mixed getOldInput(string $key = null, mixed $default = null) Get the requested item from the flashed input array. Parameters string $key mixed $default Return Value mixed
Page 110 of 996