bool|null delete() Delete the pivot model record from the database. Return Value bool|null
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
array toArray() Get the collection of items as a plain array. Return Value array
Processor getPostProcessor() Get the query post processor used by the connection. Return Value Processor
PDO getPdo() Get the current PDO connection. Return Value PDO
CachingIterator getCachingIterator(int $flags = CachingIterator::CALL_TOSTRING) Get a CachingIterator instance. Parameters int $flags Return Value CachingIterator
ArrayIterator getIterator() Get an iterator for the items. Return Value ArrayIterator
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
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
Illuminate\Pagination Classes BootstrapPresenter Factory PaginationServiceProvider Paginator Presenter
Page 952 of 996