Class Illuminate\Database\Eloquent\Relations\MorphOne

<TRelatedModel is Model, TDeclaringModel is Model>

extends MorphOneOrMany<TRelatedModel, TDeclaringModel, ?TRelatedModel>
implements SupportsPartialRelations
uses CanBeOneOfMany, ComparesRelatedModels, SupportsDefaultModels
Methods
Methods inherited from Illuminate\Database\Eloquent\Relations\MorphOneOrMany
__construct(), addConstraints(), addEagerConstraints(), forceCreate(), setForeignAttributesForCreate(), upsert(), getQualifiedMorphType(), getMorphType(), getMorphClass(), getPossibleInverseRelations()
Methods inherited from Illuminate\Database\Eloquent\Relations\HasOneOrMany
make(), makeMany(), matchOne(), matchMany(), matchOneOrMany(), getRelationValue(), buildDictionary(), findOrNew(), firstOrNew(), firstOrCreate(), createOrFirst(), updateOrCreate(), save(), saveQuietly(), saveMany(), saveManyQuietly(), create(), createQuietly(), forceCreateQuietly(), createMany(), createManyQuietly(), getRelationExistenceQueryForSelfRelation(), take(), limit(), getExistenceCompareKey(), getParentKey(), getQualifiedParentKeyName(), getForeignKeyName(), getQualifiedForeignKeyName(), getLocalKeyName()
Methods inherited from Illuminate\Database\Eloquent\Relations\Relation
noConstraints(), getEager(), sole(), get(), touch(), rawUpdate(), getRelationExistenceCountQuery(), getRelationCountHash(), getKeys(), getRelationQuery(), getQuery(), getBaseQuery(), toBase(), getParent(), getRelated(), createdAt(), updatedAt(), relatedUpdatedAt(), whereInEager(), whereInMethod(), requireMorphMap(), requiresMorphMap(), enforceMorphMap(), morphMap(), buildMorphMapFromModels(), getMorphedModel(), getMorphAlias(), __call(), __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\InteractsWithDictionary
getDictionaryKey()
Methods used from Illuminate\Database\Eloquent\Relations\Concerns\SupportsInverseRelations
inverse(), chaperone(), guessInverseRelation(), applyInverseRelationToCollection(), applyInverseRelationToModel(), getInverseRelationship(), withoutInverse(), withoutChaperone()
Methods used from Illuminate\Database\Eloquent\Relations\Concerns\CanBeOneOfMany
ofMany(), latestOfMany(), oldestOfMany(), getDefaultOneOfManyJoinAlias(), newOneOfManySubQuery(), addOneOfManyJoinSubQuery(), mergeOneOfManyJoinsTo(), getRelationQuery(), getOneOfManySubQuery(), qualifySubSelectColumn(), qualifyRelatedColumn(), guessRelationship(), isOneOfMany(), getRelationName()
Methods used from Illuminate\Database\Eloquent\Relations\Concerns\ComparesRelatedModels
is(), isNot(), getParentKey(), compareKeys()
Methods used from Illuminate\Database\Eloquent\Relations\Concerns\SupportsDefaultModels
withDefault(), getDefaultFor()
Properties inherited from Illuminate\Database\Eloquent\Relations\MorphOneOrMany
$morphType, $morphClass
Properties inherited from Illuminate\Database\Eloquent\Relations\HasOneOrMany
$foreignKey, $localKey
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\SupportsInverseRelations
$inverseRelationship
Properties used from Illuminate\Database\Eloquent\Relations\Concerns\CanBeOneOfMany
$isOneOfMany, $relationName, $oneOfManySubQuery
Properties used from Illuminate\Database\Eloquent\Relations\Concerns\SupportsDefaultModels
$withDefault