array toArray() Convert the model instance to an array. Return Value array
$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
void setRememberToken(string $value) Set the token value for the "remember me" session. Parameters string $value Return Value void
$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
Page 40 of 996