Collection sortByDesc(callable|string $callback, int $options = SORT_REGULAR) Sort the collection in descending order using the given callback. Parameters callable|string $callback int $options Return Value Collection
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
$this through(dynamic|array $stops) Set the stops of the pipeline. Parameters dynamic|array $stops Return Value $this
CompiledRoute getCompiled() Get the compiled version of the route. Return Value CompiledRoute
void updateRememberToken(UserInterface $user, string $token) Update the "remember me" token for the given user in storage. Parameters UserInterface $user string $token Return Value void
void putMany(array $values, float|int $minutes) Store multiple items in the cache for a given number of minutes. Parameters array $values float|int $minutes Return Value void
static void creating(Closure|string $callback, int $priority) Register a creating model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void
Model save(Model $model) Attach a model instance to the parent model. Parameters Model $model Return Value Model
void bind(string|array $abstract, Closure|string|null $concrete = null, bool $shared = false) Register a binding with the container. Parameters string|array $abstract Closure|string|null $concrete bool $shared Return Value void
void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void
Page 438 of 996