Pivot::delete()

bool|null delete() Delete the pivot model record from the database. Return Value bool|null

DatabaseNotificationCollection::groupBy()

Collection groupBy(callable|string $groupBy, bool $preserveKeys = false) Group an associative array by a field or using a callback. Parameters callable|string $groupBy bool $preserveKeys Return Value Collection

DatabaseNotificationCollection::toArray()

array toArray() Get the collection of items as a plain array. Return Value array

PostgresConnection::getPostProcessor()

Processor getPostProcessor() Get the query post processor used by the connection. Return Value Processor

PostgresConnection::getPdo()

PDO getPdo() Get the current PDO connection. Return Value PDO

DatabaseNotificationCollection::getCachingIterator()

CachingIterator getCachingIterator(int $flags = CachingIterator::CALL_TOSTRING) Get a CachingIterator instance. Parameters int $flags Return Value CachingIterator

SortedMiddleware::getIterator()

ArrayIterator getIterator() Get an iterator for the items. Return Value ArrayIterator

DatabaseNotification::created()

static void created(Closure|string $callback, int $priority) Register a created model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void

UpCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

Pagination

Illuminate\Pagination Classes BootstrapPresenter Factory PaginationServiceProvider Paginator Presenter