array getTouchedRelations() Get the relationships that are touched on save. Return Value array
static Model create(array $attributes = array()) Save a new model and return the instance. Parameters array $attributes Return Value Model
$this forget(string|array $keys) Remove an item from the collection by key. Parameters string|array $keys Return Value $this
static void unsetEventDispatcher() Unset the event dispatcher for models. Return Value void
Collection chunk(int $size) Chunk the underlying collection array. Parameters int $size Return Value Collection
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
TranslatorInterface getTranslator() Get the Translator implementation. Return Value TranslatorInterface
$this setTablePrefix(string $prefix) Set the grammar's table prefix. Parameters string $prefix Return Value $this
string compileInsert(Builder $query, array $values) Compile an insert statement into SQL. Parameters Builder $query array $values Return Value string
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
Page 399 of 996