BelongsToMany::newPivotStatementForId()
  • References/PHP/Laravel/Database/Eloquent/Relations

Builder newPivotStatementForId(mixed $id)

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

array createMany(array $records, array $joinings = array()) Create an array

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

string getForeignKey() Get the fully qualified foreign key for the relation

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

BelongsToMany withTimestamps(mixed

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

string getOtherKey() Get the fully qualified "other key" for the relation

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

string getRelatedFreshUpdate() Get the related model's updated at column

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

static void saving(Closure|string $callback, int $priority)

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

string getQualifiedKeyName() Get the table qualified key name.

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

string getOtherKey() Get the "other key" column name.

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

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

2025-01-10 15:47:30