extends |
Model |
|---|---|
uses |
DisabledModulesTrait |
Aurora\System\Classes\Model
| 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
|
getExtendedProps()
|
# |
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(array $aProperties)
|
# |
public
|
getName(): string
|
# |
public
|
save(array $options = []): bool
|
# |
public
static
|
firstWhere(
Closure|string|array|Expression $column,
mixed $operator = null,
mixed $value = null,
string $boolean = "'and'",
): Builder|Model
|
# |
public
static
|
newModelQuery(): Builder|Model
|
# |
public
static
|
newQuery(): Builder|Model
|
# |
public
static
|
query(): Builder|Model
|
# |
public
static
|
where(
Closure|string|array|Expression $column,
mixed $operator = null,
mixed $value = null,
string $boolean = "'and'",
): Builder|Model
|
# |
public
static
|
whereIn(string $column, mixed $values, string $boolean = "'and'", bool $not = false): Builder|Model
|
# |
| 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 | |||
|---|---|---|---|
public
|
int
|
$Id
|
# |
public
|
array
|
$Properties
|
# |
public
readonly
|
mixed
|
$entity_id
|
# |
| 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 |