Class Aurora\Modules\Core\Models\Group

extends Model

The Core Group class.

Methods
Methods inherited from Aurora\System\Classes\Model
getInheritedAttributes(), isInheritedAttribute(), getInheritedValue(), getOrphanIds(), __set(), getEntityIdAttribute(), __get(), __isset(), __unset(), getExtendedProp(), setExtendedProp(), unsetExtendedProp(), setExtendedProps(), parent(), toResponseArray(), validate(), generateUUID(), validateUUID(), populate(), save()
Methods inherited from Illuminate\Database\Eloquent\Model
__construct(), clearBootedModels(), withoutTouching(), withoutTouchingOn(), isIgnoringTouch(), preventLazyLoading(), handleLazyLoadingViolationUsing(), withoutBroadcasting(), fill(), forceFill(), qualifyColumn(), qualifyColumns(), newInstance(), newFromBuilder(), on(), onWriteConnection(), all(), with(), load(), loadMorph(), loadMissing(), loadAggregate(), loadCount(), loadMax(), loadMin(), loadSum(), loadAvg(), loadExists(), loadMorphAggregate(), loadMorphCount(), loadMorphMax(), loadMorphMin(), loadMorphSum(), loadMorphAvg(), update(), updateOrFail(), updateQuietly(), push(), saveQuietly(), saveOrFail(), destroy(), delete(), deleteOrFail(), forceDelete(), query(), newQuery(), newModelQuery(), newQueryWithoutRelationships(), registerGlobalScopes(), newQueryWithoutScopes(), newQueryWithoutScope(), newQueryForRestoration(), newEloquentBuilder(), newCollection(), newPivot(), hasNamedScope(), callNamedScope(), toArray(), toJson(), jsonSerialize(), fresh(), refresh(), replicate(), is(), isNot(), getConnection(), getConnectionName(), setConnection(), resolveConnection(), getConnectionResolver(), setConnectionResolver(), unsetConnectionResolver(), getTable(), setTable(), getKeyName(), setKeyName(), getQualifiedKeyName(), getKeyType(), setKeyType(), getIncrementing(), setIncrementing(), getKey(), getQueueableId(), getQueueableRelations(), getQueueableConnection(), getRouteKey(), getRouteKeyName(), resolveRouteBinding(), resolveSoftDeletableRouteBinding(), resolveChildRouteBinding(), resolveSoftDeletableChildRouteBinding(), resolveRouteBindingQuery(), getForeignKey(), getPerPage(), setPerPage(), preventsLazyLoading(), broadcastChannelRoute(), broadcastChannel(), offsetExists(), offsetGet(), offsetSet(), offsetUnset(), __call(), __callStatic(), __toString(), escapeWhenCastingToString(), __sleep(), __wakeup()
Methods used from Illuminate\Database\Eloquent\Concerns\HasAttributes
attributesToArray(), relationsToArray(), getAttribute(), getAttributeValue(), getRelationValue(), isRelation(), hasGetMutator(), hasAttributeMutator(), hasAttributeGetMutator(), mergeCasts(), setAttribute(), hasSetMutator(), hasAttributeSetMutator(), fillJsonAttribute(), fromJson(), fromEncryptedString(), encryptUsing(), fromFloat(), fromDateTime(), getDates(), getDateFormat(), setDateFormat(), hasCast(), getCasts(), getAttributes(), setRawAttributes(), getOriginal(), getRawOriginal(), only(), syncOriginal(), syncOriginalAttribute(), syncOriginalAttributes(), syncChanges(), isDirty(), isClean(), wasChanged(), getDirty(), getChanges(), originalIsEquivalent(), append(), setAppends(), hasAppended(), getMutatedAttributes(), cacheMutatedAttributes()
Methods used from Illuminate\Database\Eloquent\Concerns\HasEvents
observe(), getObservableEvents(), setObservableEvents(), addObservableEvents(), removeObservableEvents(), retrieved(), saving(), saved(), updating(), updated(), creating(), created(), replicating(), deleting(), deleted(), flushEventListeners(), getEventDispatcher(), setEventDispatcher(), unsetEventDispatcher(), withoutEvents()
Methods used from Illuminate\Database\Eloquent\Concerns\HasGlobalScopes
addGlobalScope(), hasGlobalScope(), getGlobalScope(), getGlobalScopes()
Methods used from Illuminate\Database\Eloquent\Concerns\HasRelationships
resolveRelationUsing(), hasOne(), hasOneThrough(), morphOne(), belongsTo(), morphTo(), getActualClassNameForMorph(), hasMany(), hasManyThrough(), morphMany(), belongsToMany(), morphToMany(), morphedByMany(), joiningTable(), joiningTableSegment(), touches(), touchOwners(), getMorphClass(), getRelations(), getRelation(), relationLoaded(), setRelation(), unsetRelation(), setRelations(), withoutRelations(), unsetRelations(), getTouchedRelations(), setTouchedRelations()
Methods used from Illuminate\Database\Eloquent\Concerns\HasTimestamps
touch(), updateTimestamps(), setCreatedAt(), setUpdatedAt(), freshTimestamp(), freshTimestampString(), usesTimestamps(), getCreatedAtColumn(), getUpdatedAtColumn(), getQualifiedCreatedAtColumn(), getQualifiedUpdatedAtColumn()
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(), totallyGuarded()
Methods used from Aurora\System\Classes\DisabledModulesTrait
isModuleDisabled(), getDisabledModules(), clearDisabledModules(), disableModule(), disableModules(), enableModule(), enableModules()
Constants inherited from Aurora\System\Classes\Model
CREATED_AT, UPDATED_AT
Properties
Properties inherited from Illuminate\Database\Eloquent\Model
$incrementing, $preventsLazyLoading, $exists, $wasRecentlyCreated
Properties used from Illuminate\Database\Eloquent\Concerns\HasAttributes
$snakeAttributes, $encrypter
Properties used from Illuminate\Database\Eloquent\Concerns\HasRelationships
$manyMethods
Properties used from Illuminate\Database\Eloquent\Concerns\HasTimestamps
$timestamps