extends |
Model |
---|---|
uses |
DisabledModulesTrait |
Methods | ||
---|---|---|
public
|
getInheritedAttributes()
|
# |
public
|
isInheritedAttribute(string $key): bool
|
# |
public
|
getInheritedValue(string $key): mixed
|
# |
public
|
getOrphanIds()
|
# |
public
|
__set(string $key, mixed $value): void
|
# |
public
|
getEntityIdAttribute()
|
# |
public
|
__get(string $key): mixed
|
# |
public
|
__isset(string $key): bool
|
# |
public
|
__unset(string $key): void
|
# |
public
|
getExtendedProp($key, $default = null)
|
# |
public
|
setExtendedProp($key, $value)
|
# |
public
|
unsetExtendedProp($key)
|
# |
public
|
setExtendedProps($props)
|
# |
public
|
parent(): BelongsTo
|
# |
public
|
toResponseArray(): array
|
# |
public
|
validate()
|
# |
public
|
generateUUID(): string
|
# |
public
|
validateUUID(string $uuid): bool
|
# |
public
|
populate(type $aProperties)
|
# |
public
|
getName(): string
|
# |
public
|
save(array $options = []): bool
|
# |
Methods used from Illuminate\Database\Eloquent\Concerns\HasGlobalScopes |
---|
addGlobalScope(), hasGlobalScope(), getGlobalScope(), getGlobalScopes() |
Methods used from Illuminate\Database\Eloquent\Concerns\HidesAttributes |
---|
getHidden(), setHidden(), getVisible(), setVisible(), makeVisible(), makeVisibleIf(), makeHidden(), makeHiddenIf() |
Methods used from Aurora\System\Classes\DisabledModulesTrait |
---|
isModuleDisabled(), getDisabledModules(), clearDisabledModules(), disableModule(), disableModules(), enableModule(), enableModules() |
Constants | ||
---|---|---|
public
|
CREATED_AT = 'CreatedAt'
|
# |
public
|
UPDATED_AT = 'UpdatedAt'
|
# |
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 |