| Methods |
public
|
getServerIdAttribute()
|
#
|
public
|
MailAccounts()
|
#
|
public
|
toResponseArray()
Convert the model instance to an array that can be sent with the response payload.
Convert the model instance to an array that can be sent with the response payload.
Overrides
|
#
|
public
|
getOrphanIds()
|
#
|
public
static
|
count(string $columns = "'*'"): int
|
#
|
public
static
|
find(int|string $id, array|string $columns = ["'*'"]): Builder|Server
|
#
|
public
static
|
findOrFail(mixed $id, Closure|array|string $columns = ["'*'"], Closure $callback = null): Builder|Server
|
#
|
public
static
|
first(array|string $columns = ["'*'"]): Builder|Server
|
#
|
public
static
|
firstWhere(
Closure|string|array|Expression $column,
mixed $operator = null,
mixed $value = null,
string $boolean = "'and'",
): Builder|Server
|
#
|
public
static
|
newModelQuery(): Builder|Server
Get a new query builder that doesn't have any global scopes or eager loading.
Get a new query builder that doesn't have any global scopes or eager loading.
Overrides
|
#
|
public
static
|
newQuery(): Builder|Server
Get a new query builder for the model's table.
Get a new query builder for the model's table.
Overrides
|
#
|
public
static
|
query(): Builder|Server
Begin querying the model.
Begin querying the model.
Overrides
|
#
|
public
static
|
leftJoin(string $table, Closure|string $first, string|null $operator = null, string|null $second = null): Builder|Server
|
#
|
public
static
|
where(
Closure|string|array|Expression $column,
mixed $operator = null,
mixed $value = null,
string $boolean = "'and'",
): Builder|Server
|
#
|
public
static
|
whereIn(string $column, mixed $values, string $boolean = "'and'", bool $not = false): Builder|Server
|
#
|
public
static
|
orWhere(Closure|array|string|Expression $column, mixed $operator = null, mixed $value = null): Builder|Server
|
#
|
public
static
|
whereCreatedAt($value): Builder|Server
|
#
|
public
static
|
whereDomains($value): Builder|Server
|
#
|
public
static
|
whereEnableSieve($value): Builder|Server
|
#
|
public
static
|
whereEnableThreading($value): Builder|Server
|
#
|
public
static
|
whereExternalAccessImapAlterPort($value): Builder|Server
|
#
|
public
static
|
whereExternalAccessImapPort($value): Builder|Server
|
#
|
public
static
|
whereExternalAccessImapServer($value): Builder|Server
|
#
|
public
static
|
whereExternalAccessImapUseSsl($value): Builder|Server
|
#
|
public
static
|
whereExternalAccessPop3AlterPort($value): Builder|Server
|
#
|
public
static
|
whereExternalAccessPop3Port($value): Builder|Server
|
#
|
public
static
|
whereExternalAccessPop3Server($value): Builder|Server
|
#
|
public
static
|
whereExternalAccessPop3UseSsl($value): Builder|Server
|
#
|
public
static
|
whereExternalAccessSmtpAlterPort($value): Builder|Server
|
#
|
public
static
|
whereExternalAccessSmtpPort($value): Builder|Server
|
#
|
public
static
|
whereExternalAccessSmtpServer($value): Builder|Server
|
#
|
public
static
|
whereExternalAccessSmtpUseSsl($value): Builder|Server
|
#
|
public
static
|
whereId($value): Builder|Server
|
#
|
public
static
|
whereIncomingPort($value): Builder|Server
|
#
|
public
static
|
whereIncomingServer($value): Builder|Server
|
#
|
public
static
|
whereIncomingUseSsl($value): Builder|Server
|
#
|
public
static
|
whereName($value): Builder|Server
|
#
|
public
static
|
whereOAuthEnable($value): Builder|Server
|
#
|
public
static
|
whereOAuthIconUrl($value): Builder|Server
|
#
|
public
static
|
whereOAuthName($value): Builder|Server
|
#
|
public
static
|
whereOAuthType($value): Builder|Server
|
#
|
public
static
|
whereOutgoingPort($value): Builder|Server
|
#
|
public
static
|
whereOutgoingServer($value): Builder|Server
|
#
|
public
static
|
whereOutgoingUseSsl($value): Builder|Server
|
#
|
public
static
|
whereOwnerType($value): Builder|Server
|
#
|
public
static
|
whereSetExternalAccessServers($value): Builder|Server
|
#
|
public
static
|
whereSievePort($value): Builder|Server
|
#
|
public
static
|
whereSmtpAuthType($value): Builder|Server
|
#
|
public
static
|
whereSmtpLogin($value): Builder|Server
|
#
|
public
static
|
whereSmtpPassword($value): Builder|Server
|
#
|
public
static
|
whereTenantId($value): Builder|Server
|
#
|
public
static
|
whereUpdatedAt($value): Builder|Server
|
#
|
public
static
|
whereUseFullEmailAddressAsLogin($value): Builder|Server
|
#
|