Collection map(callable $callback) Run a map over each of the items. Parameters callable $callback Return Value Collection
Collection splice(int $offset, int|null $length = null, mixed $replacement = array()) Splice a portion of the underlying collection array. Parameters int $offset int|null $length mixed $replacement Return Value Collection
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
DatabaseManager getDatabaseManager() Get the database manager instance. Return Value DatabaseManager
array when() Get the events that trigger this service provider to register. Return Value array
void offsetSet(mixed $key, mixed $value) Set the item at a given offset. Parameters mixed $key mixed $value Return Value void
array options() Get all of the options passed to the command. Return Value array
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
Filesystem disk(string $name = null) Get a filesystem instance. Parameters string $name Return Value Filesystem
Page 648 of 996