extends |
Model |
|---|
Aurora\System\Models\AuthToken
| Methods | ||
|---|---|---|
public
static
|
firstWhere(
Closure|string|array|Expression $column,
mixed $operator = null,
mixed $value = null,
string $boolean = "'and'",
): Builder|AuthToken
|
# |
public
static
|
newModelQuery(): Builder|AuthToken
|
# |
public
static
|
newQuery(): Builder|AuthToken
|
# |
public
static
|
query(): Builder|AuthToken
|
# |
public
static
|
where(
Closure|string|array|Expression $column,
mixed $operator = null,
mixed $value = null,
string $boolean = "'and'",
): Builder|AuthToken
|
# |
public
static
|
whereCreatedAt($value): Builder|AuthToken
|
# |
public
static
|
whereId($value): Builder|AuthToken
|
# |
public
static
|
whereIn(string $column, mixed $values, string $boolean = "'and'", bool $not = false): Builder|AuthToken
|
# |
public
static
|
whereLastUsageDateTime($value): Builder|AuthToken
|
# |
public
static
|
whereToken($value): Builder|AuthToken
|
# |
public
static
|
whereUpdatedAt($value): Builder|AuthToken
|
# |
public
static
|
whereUserId($value): Builder|AuthToken
|
# |
public
static
|
truncate(): void
|
# |
| 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
|
$UserId
|
# |
public
|
integer
|
$AccountId
|
# |
public
|
string
|
$AccountType
|
# |
public
|
string
|
$Token
|
# |
public
|
integer
|
$LastUsageDateTime
|
# |
public
|
Carbon|null
|
$CreatedAt
|
# |
public
|
Carbon|null
|
$UpdatedAt
|
# |
public
readonly
|
mixed
|
$entity_id
|
# |
| Properties inherited from Aurora\System\Classes\Model |
|---|
$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 |