Class Illuminate\Database\Eloquent\Relations\MorphTo

<TRelatedModel is Model, TDeclaringModel is Model>

extends BelongsTo<TRelatedModel, TDeclaringModel>
uses InteractsWithDictionary
Methods
Methods inherited from Illuminate\Database\Eloquent\Relations\BelongsTo
getResults(), addConstraints(), getEagerModelKeys(), initRelation(), disassociate(), getRelationExistenceQuery(), getRelationExistenceQueryForSelfRelation(), relationHasIncrementingId(), getChild(), getForeignKeyName(), getQualifiedForeignKeyName(), getParentKey(), getOwnerKeyName(), getRelatedKeyFrom(), getForeignKeyFrom(), getRelationName()
Methods inherited from Illuminate\Database\Eloquent\Relations\Relation
noConstraints(), sole(), get(), rawUpdate(), getRelationExistenceCountQuery(), getRelationCountHash(), getKeys(), getRelationQuery(), getQuery(), getBaseQuery(), toBase(), getParent(), getQualifiedParentKeyName(), getRelated(), createdAt(), updatedAt(), relatedUpdatedAt(), whereInEager(), whereInMethod(), requireMorphMap(), requiresMorphMap(), enforceMorphMap(), morphMap(), buildMorphMapFromModels(), getMorphedModel(), getMorphAlias(), __clone()
Methods used from Illuminate\Support\Traits\ForwardsCalls
forwardCallTo(), forwardDecoratedCallTo(), throwBadMethodCallException()
Methods used from Illuminate\Support\Traits\Macroable
macro(), mixin(), hasMacro(), flushMacros(), __callStatic(),
Methods used from Illuminate\Database\Eloquent\Relations\Concerns\ComparesRelatedModels
is(), isNot(), compareKeys()
Methods used from Illuminate\Database\Eloquent\Relations\Concerns\InteractsWithDictionary
getDictionaryKey()
Methods used from Illuminate\Database\Eloquent\Relations\Concerns\SupportsDefaultModels
withDefault(), getDefaultFor()
Methods used from Illuminate\Database\Eloquent\Relations\Concerns\InteractsWithDictionary
getDictionaryKey()
Properties
Properties inherited from Illuminate\Database\Eloquent\Relations\BelongsTo
$child, $foreignKey, $relationName
Properties inherited from Illuminate\Database\Eloquent\Relations\Relation
$query, $parent, $related, $eagerKeysWereEmpty, $constraints, $morphMap, $requireMorphMap, $selfJoinCount
Properties used from Illuminate\Support\Traits\Macroable
$macros
Properties used from Illuminate\Database\Eloquent\Relations\Concerns\SupportsDefaultModels
$withDefault