$this syncOriginalAttribute(string $attribute) Sync a single original attribute with its current value. Parameters string $attribute Return Value $this
$this syncOriginal() Sync the original attributes with the current. Return Value $this
$this setVisible(array $visible) Set the visible attributes for the model. Parameters array $visible Return Value $this
$this setUpdatedAt(mixed $value) Set the value of the "updated at" attribute. Parameters mixed $value Return Value $this
$this setTouchedRelations(array $touches) Set the relationships that are touched on save. Parameters array $touches Return Value $this
$this setTable(string $table) Set the table associated with the model. Parameters string $table Return Value $this
$this setRelations(array $relations) Set the entire relations array on the model. Parameters array $relations Return Value $this
$this setRelation(string $relation, mixed $value) Set the specific relationship in the model. Parameters string $relation mixed $value Return Value $this
$this setRawAttributes(array $attributes, bool $sync = false) Set the array of model attributes. No checking is done. Parameters array $attributes bool $sync Return Value $this
$this setPerPage(int $perPage) Set the number of models to return per page. Parameters int $perPage Return Value $this
Page 753 of 996