int|bool increment(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool
bool hasOldInput(string $key = null) Determine if the session contains old input. Parameters string $key Return Value bool
has($name) {@inheritdoc} Parameters $name
bool handlerNeedsRequest() Determine if the session handler needs a request. Return Value bool
string getToken() Get the CSRF token value. Return Value string
string getPrefix() Get the cache key prefix. Return Value string
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
getName() {@inheritdoc}
getMetadataBag() {@inheritdoc}
getId() {@inheritdoc}
Page 110 of 996