mixed then(Closure $destination) Run the pipeline with a final destination callback. Parameters Closure $destination Return Value mixed
bool chunk(int $count, callable $callback) Chunk the results of the query. Parameters int $count callable $callback Return Value bool
static array compiles() Get a list of files that should be compiled for the package. Return Value array
void comment(string $string) Write a string as comment output. Parameters string $string Return Value void
bool is() Determine if the current request URI matches a pattern. Return Value bool
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
Route|object|string route(string|null $param = null) Get the route handling the request. Parameters string|null $param Return Value Route|object|string
$this makeHidden(array|string $attributes) Make the given, typically visible, attributes hidden. Parameters array|string $attributes Return Value $this
static void observe(object|string $class, int $priority) Register an observer with the Model. Parameters object|string $class int $priority Return Value void
static array add(array $array, string $key, mixed $value) Add an element to an array using "dot" notation if it doesn't exist. Parameters array $array string $key mixed $value Return Value array
Page 345 of 996