MorphOneOrMany::getRelationQueryForSelfRelation()
  • References/PHP/Laravel/Database/Eloquent/Relations

Builder getRelationQueryForSelfRelation(

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

Collection|array saveMany(

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

string getOtherKey() Get the associated key of the relationship.

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

$this setVisible(array $visible) Set the visible attributes for the model

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

void addConstraints() Set the base constraints on the relation query.

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

Collection findMany(mixed $ids, array $columns

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

string getQualifiedParentKeyName() Get the fully qualified parent key name

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

abstract mixed getResults() Get the results of the relationship

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

static mixed unguarded(callable $callback) Run the given callable

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

array jsonSerialize() Convert the object into something JSON serializable

2025-01-10 15:47:30