string getForeignKey() Get the foreign key for the relationship.
array getObservableEvents() Get the observable event names.
$this setObservableEvents(array $observables) Set the observable event
array getAttributes() Get all of the current attributes on the model.
static void saving(Closure|string $callback, int $priority)
bool save(array $options = array()) Save the model to the database.
Collection flatMap(callable $callback)
static void creating(Closure|string $callback, int $priority)
bool isClean(array|string|null $attributes = null) Determine if the model
Page 4 of 100