Collection::chunk()

Collection chunk(int $size) Chunk the underlying collection array. Parameters int $size Return Value Collection

SQLiteGrammar::compileInsertGetId()

string compileInsertGetId(Builder $query, array $values, string $sequence) Compile an insert and get ID statement into SQL. Parameters Builder $query array $values string $sequence Return Value string

SortedMiddleware::forget()

$this forget(string|array $keys) Remove an item from the collection by key. Parameters string|array $keys Return Value $this

Model::unsetEventDispatcher()

static void unsetEventDispatcher() Unset the event dispatcher for models. Return Value void

Model::create()

static Model create(array $attributes = array()) Save a new model and return the instance. Parameters array $attributes Return Value Model

DatabaseNotification::getTouchedRelations()

array getTouchedRelations() Get the relationships that are touched on save. Return Value array

TokenMismatchException

TokenMismatchException class TokenMismatchException extends Exception (View source)

RetryCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

Collection

Collection class Collection extends Collection implements QueueableCollection (View source) Traits Macroable

SQLiteConnection::getDoctrineConnection()

Connection getDoctrineConnection() Get the Doctrine DBAL database connection instance. Return Value Connection