DatabaseNotification::getTouchedRelations()

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

Model::create()

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

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

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

Validator::getTranslator()

TranslatorInterface getTranslator() Get the Translator implementation. Return Value TranslatorInterface

SqlServerGrammar::setTablePrefix()

$this setTablePrefix(string $prefix) Set the grammar's table prefix. Parameters string $prefix Return Value $this

Grammar::compileInsert()

string compileInsert(Builder $query, array $values) Compile an insert statement into SQL. Parameters Builder $query array $values Return Value string

KeyGenerateCommand::comment()

void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void