array saveMany(Collection|array $models, array $joinings = array())
mixed getKey() Get the value of the model's primary key.
int getPerPage() Get the number of models to return per page.
void addEagerConstraints(array $models) Set the constraints for an eager
void addVisible(array|string|null $attributes = null) Add visible attributes
$this setTable(string $table) Set the table associated with the model.
Model updateOrCreate(array $attributes, array $values = array())
Builder getBaseQuery()
$this setKeyName(string $key) Set the primary key for the model.
string getThroughKey() Get the qualified foreign key on the "through" model
Page 57 of 87