Builder::crossJoin()

Builder|Builder crossJoin(string $table, string $first = null, string $operator = null, string $second = null) Add a "cross join" clause to the query. Parameters string $table string $first string $operator string $second Return Value Builder|Builder

Factory

Factory interface Factory (View source) Methods Queue connection(string $name = null) Resolve a queue connection instance.

HasOne::morphMap()

static array morphMap(array $map = null, bool $merge = true) Set or get the morph map for polymorphic relations. Parameters array $map bool $merge Return Value array

RouteClearCommand::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void

MorphPivot::__set()

void __set(string $key, mixed $value) Dynamically set attributes on the model. Parameters string $key mixed $value Return Value void

HasManyThrough::addEagerConstraints()

void addEagerConstraints(array $models) Set the constraints for an eager load of the relation. Parameters array $models Return Value void

HasMany::update()

int update(array $attributes) Perform an update on all the related models. Parameters array $attributes Return Value int

SeedCommand::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void

ModelNotFoundException

ModelNotFoundException class ModelNotFoundException extends RuntimeException (View source) Methods $this setModel(string $model, int|array $ids = array()) Set the affected Eloquent model and instance ids. string getModel() Get the affected Eloquent model. int|array getIds() Get the affected Eloquent model IDs.

RetryCommand::question()

void question(string $string) Write a string as question output. Parameters string $string Return Value void