Class Illuminate\Database\Eloquent\Model

abstract
implements Arrayable, ArrayAccess, CanBeEscapedWhenCastToString, HasBroadcastChannel, Jsonable, JsonSerializable, QueueableEntity, Stringable, UrlRoutable
uses HasAttributes, HasEvents, HasGlobalScopes, HasRelationships, HasTimestamps, HasUniqueIds, HidesAttributes, GuardsAttributes, PreventsCircularRecursion, ForwardsCalls, HasCollection
Methods
Methods used from Illuminate\Database\Eloquent\Concerns\HasAttributes
initializeHasAttributes(), attributesToArray(), addDateAttributesToArray(), addMutatedAttributesToArray(), addCastAttributesToArray(), getArrayableAttributes(), getArrayableAppends(), relationsToArray(), getArrayableRelations(), getArrayableItems(), hasAttribute(), getAttribute(), throwMissingAttributeExceptionIfApplicable(), getAttributeValue(), getAttributeFromArray(), getRelationValue(), isRelation(), handleLazyLoadingViolation(), getRelationshipFromMethod(), hasGetMutator(), hasAttributeMutator(), hasAttributeGetMutator(), hasAnyGetMutator(), mutateAttribute(), mutateAttributeMarkedAttribute(), mutateAttributeForArray(), mergeCasts(), ensureCastsAreStringValues(), castAttribute(), getClassCastableAttributeValue(), getEnumCastableAttributeValue(), getCastType(), deviateClassCastableAttribute(), serializeClassCastableAttribute(), isCustomDateTimeCast(), isImmutableCustomDateTimeCast(), isDecimalCast(), setAttribute(), hasSetMutator(), hasAttributeSetMutator(), setMutatedAttributeValue(), setAttributeMarkedMutatedAttributeValue(), isDateAttribute(), fillJsonAttribute(), setClassCastableAttribute(), setEnumCastableAttribute(), getEnumCaseFromValue(), getStorableEnumValue(), getArrayAttributeWithValue(), getArrayAttributeByKey(), castAttributeAsJson(), getJsonCastFlags(), asJson(), fromJson(), fromEncryptedString(), castAttributeAsEncryptedString(), encryptUsing(), currentEncrypter(), castAttributeAsHashedString(), fromFloat(), asDecimal(), asDate(), asDateTime(), isStandardDateFormat(), fromDateTime(), asTimestamp(), serializeDate(), getDates(), getDateFormat(), setDateFormat(), hasCast(), getCasts(), casts(), isDateCastable(), isDateCastableWithCustomFormat(), isJsonCastable(), isEncryptedCastable(), isClassCastable(), isEnumCastable(), isClassDeviable(), isClassSerializable(), resolveCasterClass(), parseCasterClass(), mergeAttributesFromCachedCasts(), mergeAttributesFromClassCasts(), mergeAttributesFromAttributeCasts(), normalizeCastClassResponse(), getAttributes(), getAttributesForInsert(), setRawAttributes(), getOriginal(), getOriginalWithoutRewindingModel(), getRawOriginal(), only(), syncOriginal(), syncOriginalAttribute(), syncOriginalAttributes(), syncChanges(), isDirty(), isClean(), discardChanges(), wasChanged(), hasChanges(), getDirty(), getDirtyForUpdate(), getChanges(), originalIsEquivalent(), transformModelValue(), append(), getAppends(), setAppends(), hasAppended(), getMutatedAttributes(), cacheMutatedAttributes(), getMutatorMethods(), getAttributeMarkedMutatorMethods()
Methods used from Illuminate\Database\Eloquent\Concerns\HasEvents
bootHasEvents(), resolveObserveAttributes(), observe(), registerObserver(), getObservableEvents(), setObservableEvents(), addObservableEvents(), removeObservableEvents(), registerModelEvent(), fireModelEvent(), fireCustomModelEvent(), filterModelEventResults(), retrieved(), saving(), saved(), updating(), updated(), creating(), created(), replicating(), deleting(), deleted(), flushEventListeners(), dispatchesEvents(), getEventDispatcher(), setEventDispatcher(), unsetEventDispatcher(), withoutEvents()
Methods used from Illuminate\Database\Eloquent\Concerns\HasGlobalScopes
bootHasGlobalScopes(), resolveGlobalScopeAttributes(), addGlobalScope(), addGlobalScopes(), hasGlobalScope(), getGlobalScope(), getAllGlobalScopes(), setAllGlobalScopes(), getGlobalScopes()
Methods used from Illuminate\Database\Eloquent\Concerns\HasRelationships
relationResolver(), resolveRelationUsing(), hasOne(), newHasOne(), hasOneThrough(), newHasOneThrough(), morphOne(), newMorphOne(), belongsTo(), newBelongsTo(), morphTo(), morphEagerTo(), morphInstanceTo(), newMorphTo(), getActualClassNameForMorph(), guessBelongsToRelation(), through(), hasMany(), newHasMany(), hasManyThrough(), newHasManyThrough(), morphMany(), newMorphMany(), belongsToMany(), newBelongsToMany(), morphToMany(), newMorphToMany(), morphedByMany(), guessBelongsToManyRelation(), joiningTable(), joiningTableSegment(), touches(), touchOwners(), getMorphs(), getMorphClass(), newRelatedInstance(), newRelatedThroughInstance(), getRelations(), getRelation(), relationLoaded(), setRelation(), unsetRelation(), setRelations(), withoutRelations(), unsetRelations(), getTouchedRelations(), setTouchedRelations()
Methods used from Illuminate\Database\Eloquent\Concerns\HasTimestamps
touch(), touchQuietly(), updateTimestamps(), setCreatedAt(), setUpdatedAt(), freshTimestamp(), freshTimestampString(), usesTimestamps(), getCreatedAtColumn(), getUpdatedAtColumn(), getQualifiedCreatedAtColumn(), getQualifiedUpdatedAtColumn(), withoutTimestamps(), withoutTimestampsOn(), isIgnoringTimestamps()
Methods used from Illuminate\Database\Eloquent\Concerns\HasUniqueIds
usesUniqueIds(), setUniqueIds(), newUniqueId(), uniqueIds()
Methods used from Illuminate\Database\Eloquent\Concerns\HidesAttributes
getHidden(), setHidden(), getVisible(), setVisible(), makeVisible(), makeVisibleIf(), makeHidden(), makeHiddenIf()
Methods used from Illuminate\Database\Eloquent\Concerns\GuardsAttributes
getFillable(), fillable(), mergeFillable(), getGuarded(), guard(), mergeGuarded(), unguard(), reguard(), isUnguarded(), unguarded(), isFillable(), isGuarded(), isGuardableColumn(), totallyGuarded(), fillableFromArray()
Methods used from Illuminate\Database\Eloquent\Concerns\PreventsCircularRecursion
withoutRecursion(), clearRecursiveCallValue(), getRecursiveCallStack(), getRecursionCache(), setRecursiveCallValue()
Methods used from Illuminate\Support\Traits\ForwardsCalls
forwardCallTo(), forwardDecoratedCallTo(), throwBadMethodCallException()
Methods used from Illuminate\Database\Eloquent\HasCollection
newCollection(), resolveCollectionFromAttribute()
Constants
Properties
Properties used from Illuminate\Database\Eloquent\Concerns\HasAttributes
$attributes, $original, $changes, $casts, $classCastCache, $attributeCastCache, $primitiveCastTypes, $dateFormat, $appends, $snakeAttributes, $mutatorCache, $attributeMutatorCache, $getAttributeMutatorCache, $setAttributeMutatorCache, $castTypeCache, $encrypter
Properties used from Illuminate\Database\Eloquent\Concerns\HasEvents
$dispatchesEvents, $observables
Properties used from Illuminate\Database\Eloquent\Concerns\HasRelationships
$relations, $touches, $manyMethods, $relationResolvers
Properties used from Illuminate\Database\Eloquent\Concerns\HasTimestamps
$timestamps, $ignoreTimestampsOn
Properties used from Illuminate\Database\Eloquent\Concerns\HasUniqueIds
$usesUniqueIds
Properties used from Illuminate\Database\Eloquent\Concerns\HidesAttributes
$hidden, $visible
Properties used from Illuminate\Database\Eloquent\Concerns\GuardsAttributes
$fillable, $guarded, $unguarded, $guardableColumns
Properties used from Illuminate\Database\Eloquent\Concerns\PreventsCircularRecursion
$recursionCache
Properties used from Illuminate\Database\Eloquent\HasCollection
$resolvedCollectionClasses