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

string getQualifiedKeyName() Get the table qualified key name.

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

mixed getKey() Get the value of the model's primary key.

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

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

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

string createdAt() Get the name of the "created at" column.

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

static mixed __callStatic(string $method, array $parameters) Handle

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

void __unset(string $key) Unset an attribute on the model.

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

mixed getRelation(string $relation) Get a specified relationship.

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

string createdAt() Get the name of the "created at" column.

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

array sync(Collection|array $ids, bool $detaching

2025-01-10 15:47:30