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
bool isEmpty() Determine if the collection is empty or not. Return Value bool
Fluent dropUnique(string|array $index) Indicate that the given unique key should be dropped. Parameters string|array $index Return Value Fluent
void info(string $string) Write a string as information output. Parameters string $string Return Value void
Page 116 of 996