Class Illuminate\Database\Eloquent\Relations\BelongsToMany

extends Relation
uses InteractsWithDictionary, InteractsWithPivotTable
Methods
Methods inherited from Illuminate\Database\Eloquent\Relations\Relation
noConstraints(), getEager(), sole(), rawUpdate(), getRelationExistenceCountQuery(), getRelationCountHash(), getQuery(), getBaseQuery(), getParent(), getRelated(), relatedUpdatedAt(), requireMorphMap(), requiresMorphMap(), enforceMorphMap(), morphMap(), getMorphedModel(), __call(), __clone()
Methods used from Illuminate\Support\Traits\Macroable
macro(), mixin(), hasMacro(), flushMacros(), __callStatic(),
Methods used from Illuminate\Database\Eloquent\Relations\Concerns\InteractsWithPivotTable
toggle(), syncWithoutDetaching(), sync(), syncWithPivotValues(), updateExistingPivot(), attach(), hasPivotColumn(), detach(), newPivot(), newExistingPivot(), newPivotStatement(), newPivotStatementForId(), newPivotQuery(), withPivot()
Properties
Properties inherited from Illuminate\Database\Eloquent\Relations\Relation
$morphMap