extends |
Account |
---|
Aurora\Modules\StandardAuth\Models\Account
Methods | ||
---|---|---|
public
|
getLogin()
|
# |
public
|
getPassword()
|
# |
public
|
setPassword($sPassword)
|
# |
public
static
|
count(string $columns = "'*'"): int
|
# |
public
static
|
find(int|string $id, array|string $columns = ["'*'"]): Builder|Account
|
# |
public
static
|
findOrFail(mixed $id, Closure|array|string $columns = ["'*'"], Closure $callback = null): Builder|Account
|
# |
public
static
|
first(array|string $columns = ["'*'"]): Builder|Account
|
# |
public
static
|
firstWhere(
Closure|string|array|Expression $column,
mixed $operator = null,
mixed $value = null,
string $boolean = "'and'",
): Builder|Account
|
# |
public
static
|
newModelQuery(): Builder|Account
|
# |
public
static
|
newQuery(): Builder|Account
|
# |
public
static
|
query(): Builder|Account
|
# |
public
static
|
where(
Closure|string|array|Expression $column,
mixed $operator = null,
mixed $value = null,
string $boolean = "'and'",
): Builder|Account
|
# |
public
static
|
whereCreatedAt($value): Builder|Account
|
# |
public
static
|
whereId($value): Builder|Account
|
# |
public
static
|
whereIdUser($value): Builder|Account
|
# |
public
static
|
whereIn(string $column, mixed $values, string $boolean = "'and'", bool $not = false): Builder|Account
|
# |
public
static
|
whereIsDisabled($value): Builder|Account
|
# |
public
static
|
whereLastModified($value): Builder|Account
|
# |
public
static
|
whereLogin($value): Builder|Account
|
# |
public
static
|
wherePassword($value): Builder|Account
|
# |
public
static
|
whereProperties($value): Builder|Account
|
# |
public
static
|
whereUpdatedAt($value): Builder|Account
|
# |
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 inherited from Aurora\System\Classes\Model |
---|
|
Properties | |||
---|---|---|---|
public
|
integer
|
$Id
|
# |
public
|
integer
|
$IsDisabled
|
# |
public
|
integer
|
$IdUser
|
# |
public
|
string
|
$Login
|
# |
public
|
string
|
$Password
|
# |
public
|
string
|
$LastModified
|
# |
public
|
array|null
|
$Properties
|
# |
public
|
Carbon|null
|
$CreatedAt
|
# |
public
|
Carbon|null
|
$UpdatedAt
|
# |
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 |