MorphOne::getHasCompareKey()
  • References/PHP/Laravel/Database/Eloquent/Relations

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

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

Collection every(int $step, int $offset)

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

bool isDirty(array|string|null $attributes = null) Determine if the model

2025-01-10 15:47:30
MorphToMany::__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
MorphToMany::chunk()
  • References/PHP/Laravel/Database/Eloquent/Relations

bool chunk(int $count, callable $callback) Chunk the results of the query

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

void offsetSet(string $offset, callable $value) Set the given offset to

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

string wrap(string $value) Wrap the given value with the parent query's

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

BelongsToMany belongsToMany(string

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

array saveMany(Collection|array $models, array $joinings = array())

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

bool saveOrFail(array $options = array()) Save the model to the database

2025-01-10 15:47:30