TranslatorInterface getTranslator() Get the Translator implementation. Return Value TranslatorInterface
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
Collection chunk(int $size) Chunk the underlying collection array. Parameters int $size Return Value Collection
static void unsetEventDispatcher() Unset the event dispatcher for models. Return Value void
$this forget(string|array $keys) Remove an item from the collection by key. Parameters string|array $keys Return Value $this
static Model create(array $attributes = array()) Save a new model and return the instance. Parameters array $attributes Return Value Model
array getTouchedRelations() Get the relationships that are touched on save. Return Value array
TokenMismatchException class TokenMismatchException extends Exception (View source)
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
Collection class Collection extends Collection implements QueueableCollection (View source) Traits Macroable
Page 45 of 996