Pivot::cacheMutatedAttributes()
  • References/PHP/Laravel/Database/Eloquent/Relations

static void cacheMutatedAttributes(string $class) Extract and

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

string getQualifiedParentKeyName() Get the fully qualified parent key name

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

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

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

void __clone() Force a clone of the underlying query builder when cloning

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

bool|null delete() Delete the pivot model record from the database.

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

string getQualifiedParentKeyName() Get the fully qualified parent key name

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

void addEagerConstraints(array $models) Set the constraints for an eager

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

mixed getAttributeValue(string $key) Get a plain attribute (not a relationship)

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

string updatedAt() Get the name of the "updated at" column.

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

Builder getQuery()

2025-01-10 15:47:30