HasOne::getForeignKey()
  • References/PHP/Laravel/Database/Eloquent/Relations

string getForeignKey() Get the foreign key for the relationship.

2025-01-10 15:47:30
MorphPivot::getObservableEvents()
  • References/PHP/Laravel/Database/Eloquent/Relations

array getObservableEvents() Get the observable event names.

2025-01-10 15:47:30
Pivot::setObservableEvents()
  • References/PHP/Laravel/Database/Eloquent/Relations

$this setObservableEvents(array $observables) Set the observable event

2025-01-10 15:47:30
Model::getAttributes()
  • References/PHP/Laravel/Database/Eloquent

array getAttributes() Get all of the current attributes on the model.

2025-01-10 15:47:30
MorphPivot::saving()
  • References/PHP/Laravel/Database/Eloquent/Relations

static void saving(Closure|string $callback, int $priority)

2025-01-10 15:47:30
MorphPivot::save()
  • References/PHP/Laravel/Database/Eloquent/Relations

bool save(array $options = array()) Save the model to the database.

2025-01-10 15:47:30
Collection::flatMap()
  • References/PHP/Laravel/Database/Eloquent

Collection flatMap(callable $callback)

2025-01-10 15:47:30
HasOneOrMany::getForeignKey()
  • References/PHP/Laravel/Database/Eloquent/Relations

string getForeignKey() Get the foreign key for the relationship.

2025-01-10 15:47:30
Model::creating()
  • References/PHP/Laravel/Database/Eloquent

static void creating(Closure|string $callback, int $priority)

2025-01-10 15:47:30
Model::isClean()
  • References/PHP/Laravel/Database/Eloquent

bool isClean(array|string|null $attributes = null) Determine if the model

2025-01-10 15:47:30