MorphPivot::touchOwners()
  • References/PHP/Laravel/Database/Eloquent/Relations

void touchOwners() Touch the owning relations of the model.

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

static void clearBootedModels() Clear the list of booted models

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

void removeObservableEvents(array|mixed $observables) Remove an observable

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

bool push() Save the model and all of its relationships.

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

string __toString() Convert the model to its string representation.

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

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

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

$this fill(array $attributes) Fill the model with an array of attributes

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

static void observe(object|string $class, int $priority) Register

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

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

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

$this setPivotKeys(string $foreignKey, string $otherKey) Set the key names

2025-01-10 15:47:30