void instance(string $abstract, mixed $instance) Register an existing instance as shared in the container. Parameters string $abstract mixed $instance Return Value void
array getBindings() Get the container's bindings. Return Value array
void __clone() Force a clone of the underlying query builder when cloning. Return Value void
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
static array compiles() Get a list of files that should be compiled for the package. Return Value array
void offsetUnset(mixed $offset) Unset the value for a given offset. Parameters mixed $offset Return Value void
mixed first(callable $callback = null, mixed $default = null) Get the first item from the collection. Parameters callable $callback mixed $default Return Value mixed
Collection shuffle(int $seed = null) Shuffle the items in the collection. Parameters int $seed Return Value Collection
string create(RemindableInterface $user) Create a new reminder record and token. Parameters RemindableInterface $user Return Value string
Page 114 of 996