bool forget(string $key) Remove an item from the cache. Parameters string $key Return Value bool
array toArray() Get all of the input and files for the request. Return Value array
mixed __get(string $key) Dynamically retrieve attributes on the model. Parameters string $key Return Value mixed
Collection every(int $step, int $offset) Create a new collection consisting of every n-th element. Parameters int $step int $offset Return Value Collection
$this setPerPage(int $perPage) Set the number of models to return per page. Parameters int $perPage Return Value $this
$this setObservableEvents(array $observables) Set the observable event names. Parameters array $observables Return Value $this
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
mixed remember(string $key, DateTime|float|int $minutes, Closure $callback) Get an item from the cache, or store the default value. Parameters string $key DateTime|float|int $minutes Closure $callback Return Value mixed
bool isValidId(string $id) Determine if this is a valid session ID. Parameters string $id Return Value bool
start() {@inheritdoc}
Page 123 of 996