Encrypter getEncrypter() Get the encrypter instance. Return Value Encrypter
array getBagData(string $name) Get the raw bag data array for a given bag. Parameters string $name Return Value array
getBag($name) {@inheritdoc} Parameters $name
get($name, $default = null) {@inheritdoc} Parameters $name $default
void forget(string|array $keys) Remove one or many items from the session. Parameters string|array $keys Return Value void
void flush() Remove all of the items from the session. Return Value void
void flashInput(array $value) Flash an input array to the session. Parameters array $value Return Value void
void flash(string $key, mixed $value) Flash a key / value pair to the session. Parameters string $key mixed $value Return Value void
clear() {@inheritdoc}
all() {@inheritdoc}
Page 718 of 996