extends |
Model |
---|
The Core Tenant class.
Methods | ||
---|---|---|
public
|
getEntityIdAttribute()
|
# |
public
static
|
firstWhere(
Closure|string|array|Expression $column,
mixed $operator = null,
mixed $value = null,
string $boolean = "'and'",
): Builder|Tenant
|
# |
public
static
|
newModelQuery(): Builder|Tenant
|
# |
public
static
|
newQuery(): Builder|Tenant
|
# |
public
static
|
query(): Builder|Tenant
|
# |
public
static
|
where(
Closure|string|array|Expression $column,
mixed $operator = null,
mixed $value = null,
string $boolean = "'and'",
): Builder|Tenant
|
# |
public
static
|
whereAllowChangeAdminEmail($value): Builder|Tenant
|
# |
public
static
|
whereAllowChangeAdminPassword($value): Builder|Tenant
|
# |
public
static
|
whereCalendarNotificationEmailAccount($value): Builder|Tenant
|
# |
public
static
|
whereCapa($value): Builder|Tenant
|
# |
public
static
|
whereCreatedAt($value): Builder|Tenant
|
# |
public
static
|
whereDescription($value): Builder|Tenant
|
# |
public
static
|
whereExpared($value): Builder|Tenant
|
# |
public
static
|
whereId($value): Builder|Tenant
|
# |
public
static
|
whereIdChannel($value): Builder|Tenant
|
# |
public
static
|
whereIn(string $column, mixed $values, string $boolean = "'and'", bool $not = false): Builder|Tenant
|
# |
public
static
|
whereInviteNotificationEmailAccount($value): Builder|Tenant
|
# |
public
static
|
whereIsDefault($value): Builder|Tenant
|
# |
public
static
|
whereIsDisabled($value): Builder|Tenant
|
# |
public
static
|
whereIsTrial($value): Builder|Tenant
|
# |
public
static
|
whereLogoUrl($value): Builder|Tenant
|
# |
public
static
|
whereName($value): Builder|Tenant
|
# |
public
static
|
wherePayUrl($value): Builder|Tenant
|
# |
public
static
|
whereProperties($value): Builder|Tenant
|
# |
public
static
|
whereUpdatedAt($value): Builder|Tenant
|
# |
public
static
|
whereUserCountLimit($value): Builder|Tenant
|
# |
public
static
|
whereWebDomain($value): Builder|Tenant
|
# |
public
static
|
find(int|string $id, array|string $columns = ["'*'"]): Builder|Tenant
|
# |
public
static
|
count(string $columns = "'*'"): int
|
# |
public
static
|
findOrFail(mixed $id, Closure|array|string $columns = ["'*'"], Closure $callback = null): Builder|Tenant
|
# |
public
static
|
first(array|string $columns = ["'*'"]): Builder|Tenant
|
# |
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
|
int
|
$Id
|
# |
public
|
int
|
$IdChannel
|
# |
public
|
bool
|
$IsDisabled
|
# |
public
|
bool
|
$IsDefault
|
# |
public
|
string
|
$Name
|
# |
public
|
string
|
$Description
|
# |
public
|
string
|
$WebDomain
|
# |
public
|
int
|
$UserCountLimit
|
# |
public
|
string
|
$Capa
|
# |
public
|
bool
|
$AllowChangeAdminEmail
|
# |
public
|
bool
|
$AllowChangeAdminPassword
|
# |
public
|
int
|
$Expared
|
# |
public
|
string
|
$PayUrl
|
# |
public
|
bool
|
$IsTrial
|
# |
public
|
string
|
$LogoUrl
|
# |
public
|
string
|
$CalendarNotificationEmailAccount
|
# |
public
|
string
|
$InviteNotificationEmailAccount
|
# |
public
|
array
|
$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 |