Class Illuminate\Database\Eloquent\Relations\HasMany

extends HasOneOrMany
Methods
Methods inherited from Illuminate\Database\Eloquent\Relations\HasOneOrMany
__construct(), make(), makeMany(), addConstraints(), addEagerConstraints(), matchOne(), matchMany(), findOrNew(), firstOrNew(), firstOrCreate(), updateOrCreate(), save(), saveMany(), create(), forceCreate(), createMany(), getRelationExistenceQuery(), getRelationExistenceQueryForSelfRelation(), getExistenceCompareKey(), getParentKey(), getQualifiedParentKeyName(), getForeignKeyName(), getQualifiedForeignKeyName(), getLocalKeyName()
Methods inherited from Illuminate\Database\Eloquent\Relations\Relation
noConstraints(), getEager(), sole(), get(), touch(), rawUpdate(), getRelationExistenceCountQuery(), getRelationCountHash(), getQuery(), getBaseQuery(), getParent(), getRelated(), createdAt(), updatedAt(), relatedUpdatedAt(), requireMorphMap(), requiresMorphMap(), enforceMorphMap(), morphMap(), getMorphedModel(), __call(), __clone()
Methods used from Illuminate\Support\Traits\Macroable
macro(), mixin(), hasMacro(), flushMacros(), __callStatic(),
Properties inherited from Illuminate\Database\Eloquent\Relations\Relation
$morphMap