Collection::map()

Collection map(callable $callback) Run a map over each of the items. Parameters callable $callback Return Value Collection

SortedMiddleware::splice()

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

ViewClearCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

TaggedCache::__callStatic()

static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

Manager::getDatabaseManager()

DatabaseManager getDatabaseManager() Get the database manager instance. Return Value DatabaseManager

ServerServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

SortedMiddleware::offsetSet()

void offsetSet(mixed $key, mixed $value) Set the item at a given offset. Parameters mixed $key mixed $value Return Value void

Command::options()

array options() Get all of the options passed to the command. Return Value array

ViewClearCommand::table()

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

FilesystemManager::disk()

Filesystem disk(string $name = null) Get a filesystem instance. Parameters string $name Return Value Filesystem