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

Pivot newExistingPivot(array $attributes

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

Builder getBaseQuery()

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

string getQualifiedOtherKeyName() Get the fully qualified associated key

2025-01-10 15:47:30
Model::setRawAttributes()
  • References/PHP/Laravel/Database/Eloquent

$this setRawAttributes(array $attributes, bool $sync = false) Set the array

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

string getHasCompareKey() Get the key for comparing against the parent

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

abstract void addConstraints() Set the base constraints

2025-01-10 15:47:30
Collection::splice()
  • References/PHP/Laravel/Database/Eloquent

Collection splice(int $offset, int|null $length = null, mixed $replacement

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

Model replicate(array $except = null)

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

$this setKeyName(string $key) Set the primary key for the model.

2025-01-10 15:47:30
Collection::has()
  • References/PHP/Laravel/Database/Eloquent

bool has(mixed $key) Determine if an item exists in the collection by key

2025-01-10 15:47:30