$this setRelations(array $relations) Set the entire relations array on the model. Parameters array $relations Return Value $this
$this setTable(string $table) Set the table associated with the model. Parameters string $table Return Value $this
$this setTouchedRelations(array $touches) Set the relationships that are touched on save. Parameters array $touches Return Value $this
$this setUpdatedAt(mixed $value) Set the value of the "updated at" attribute. Parameters mixed $value Return Value $this
$this setVisible(array $visible) Set the visible attributes for the model. Parameters array $visible Return Value $this
$this syncOriginal() Sync the original attributes with the current. Return Value $this
$this syncOriginalAttribute(string $attribute) Sync a single original attribute with its current value. Parameters string $attribute Return Value $this
array toArray() Convert the model instance to an array. Return Value array
string toJson(int $options) Convert the model instance to JSON. Parameters int $options Return Value string
bool totallyGuarded() Determine if the model is totally guarded. Return Value bool
Page 9593 of 11844