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

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

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

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

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

array matchOne(array $models, Collection $results

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

array createMany(array $records) Create an array of new instances of the

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

Model updateOrCreate(array $attributes, array $values = array()

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

Builder getRelationCountQuery(

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

abstract array match(array $models, Collection

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

array matchOne(array $models, Collection $results

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

string getQualifiedParentKeyName() Get the fully qualified parent key name

2025-01-10 15:47:30