HasOne::matchMany()
  • References/PHP/Laravel/Database/Eloquent/Relations

array matchMany(array $models, Collection $results

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

mixed getQueueableId() Get the queueable identity for the entity.

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

string getRouteKeyName() Get the route key for the model.

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

void touch() Touch all of the related models for the relationship.

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

mixed getResults() Get the results of the relationship.

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

int update(array $attributes) Perform an update on all the related models

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

mixed __call(string $method, array $parameters) Handle dynamic method calls

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

abstract mixed getResults() Get the results of the relationship

2025-01-10 15:47:30
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