MorphTo::addConstraints()
  • References/PHP/Laravel/Database/Eloquent/Relations

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

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

Builder getRelationQuery(

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

string getQualifiedParentKeyName() Get the fully qualified parent key name

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

Model firstOrNew(array $attributes)

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

Collection|array saveMany(

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

Builder getRelationQueryForSelfRelation(

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

int rawUpdate(array $attributes = array()) Run a raw update against the

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

bool isFillable(string $key) Determine if the given attribute may be mass

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

void __wakeup() When a model is being unserialized, check if it needs to

2025-01-10 15:47:30