extends |
Model |
|---|
Aurora\Modules\Min\Models\MinHash
| Methods | ||
|---|---|---|
public
static
|
count(string $columns = "'*'"): int
|
# |
public
static
|
find(int|string $id, array|string $columns = ["'*'"]): Builder|MinHash
|
# |
public
static
|
findOrFail(mixed $id, Closure|array|string $columns = ["'*'"], Closure $callback = null): Builder|MinHash
|
# |
public
static
|
first(array|string $columns = ["'*'"]): Builder|MinHash
|
# |
public
static
|
firstWhere(
Closure|string|array|Expression $column,
mixed $operator = null,
mixed $value = null,
string $boolean = "'and'",
): Builder|MinHash
|
# |
public
static
|
newModelQuery(): Builder|MinHash
|
# |
public
static
|
newQuery(): Builder|MinHash
|
# |
public
static
|
query(): Builder|MinHash
|
# |
public
static
|
create(array $attributes): Builder|MinHash
|
# |
public
static
|
where(
Closure|string|array|Expression $column,
mixed $operator = null,
mixed $value = null,
string $boolean = "'and'",
): Builder|MinHash
|
# |
public
static
|
whereNotNull(string|array $columns, string $boolean = "'and'"): Builder|MinHash
|
# |
public
static
|
whereCreatedAt($value): Builder|MinHash
|
# |
public
static
|
whereData($value): Builder|MinHash
|
# |
public
static
|
whereExpireDate($value): Builder|MinHash
|
# |
public
static
|
whereHash($value): Builder|MinHash
|
# |
public
static
|
whereHashId($value): Builder|MinHash
|
# |
public
static
|
whereId($value): Builder|MinHash
|
# |
public
static
|
whereIn(string $column, mixed $values, string $boolean = "'and'", bool $not = false): Builder|MinHash
|
# |
public
static
|
whereUpdatedAt($value): Builder|MinHash
|
# |
public
static
|
whereUserId($value): Builder|MinHash
|
# |
| 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
|
string
|
$HashId
|
# |
public
|
integer|null
|
$UserId
|
# |
public
|
string
|
$Hash
|
# |
public
|
string
|
$Data
|
# |
public
|
integer|null
|
$ExpireDate
|
# |
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 |