MorphOne::__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
MorphMany::getMorphClass()
  • References/PHP/Laravel/Database/Eloquent/Relations

string getMorphClass() Get the class name of the parent model.

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

static void setConnectionResolver(

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

Builder getBaseQuery()

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

void offsetUnset(mixed $offset) Unset the value for a given offset.

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

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

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

void addHidden(array|string|null $attributes = null) Add hidden attributes

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

Collection getEager()

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

array getDictionary() Get the dictionary used by the relationship.

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

mixed __get(string $key) Dynamically retrieve attributes on the model.

2025-01-10 15:47:30