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

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

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

$this guard(array $guarded) Set the guarded attributes for the model.

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

mixed __call(string $method, array $parameters) Handle dynamic method calls

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

array getDirty() Get the attributes that have been changed since last sync

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
Pivot::touchOwners()
  • References/PHP/Laravel/Database/Eloquent/Relations

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

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

bool hasGetMutator(string $key) Determine if a get mutator exists for an

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

void offsetSet(mixed $offset, mixed $value) Set the value for a given offset

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

string getTable() Get the table associated with the model.

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

string getQualifiedKeyName() Get the table qualified key name.

2025-01-10 15:47:30