extends |
Model |
|---|
Aurora\Modules\Contacts\Models\ContactCard
| Methods | ||
|---|---|---|
public
|
getUUIDAttribute()
|
# |
public
|
getAgeScoreAttribute()
|
# |
public
|
getUserIdAttribute()
|
# |
public
|
getStorageAttribute()
|
# |
public
|
getDateModifiedAttribute()
|
# |
public
|
getETagAttribute()
|
# |
public
|
getUriAttribute()
|
# |
public
static
|
select(mixed ...$args): Builder|ContactCard
|
# |
public
static
|
firstWhere(
Closure|string|array|Expression $column,
mixed $operator = null,
mixed $value = null,
string $boolean = "'and'",
): Builder|ContactCard
|
# |
public
static
|
whereNotNull(
Closure|string|array|Expression $column,
mixed $operator = null,
mixed $value = null,
string $boolean = "'and'",
): Builder|ContactCard
|
# |
public
static
|
where(
Closure|string|array|Expression $column,
mixed $operator = null,
mixed $value = null,
string $boolean = "'and'",
): Builder|ContactCard
|
# |
| 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
|
|
$timestamps = false
|
# |
public
|
integer
|
$Id
|
# |
public
|
integer
|
$CardId
|
# |
public
|
integer|null
|
$AddressBookId
|
# |
public
|
string
|
$PrimaryEmail
|
# |
public
|
string
|
$ViewEmail
|
# |
public
|
string
|
$PersonalEmail
|
# |
public
|
string
|
$BusinessEmail
|
# |
public
|
string
|
$OtherEmail
|
# |
public
|
string
|
$BusinessCompany
|
# |
public
|
string
|
$FullName
|
# |
public
|
string
|
$FirstName
|
# |
public
|
string
|
$LastName
|
# |
public
|
integer
|
$Frequency
|
# |
public
|
bool
|
$IsGroup
|
# |
public
|
array|null
|
$Properties
|
# |
public
|
bool
|
$Auto
|
# |
public
|
bool
|
$Shared
|
# |
public
|
bool
|
$IsTeam
|
# |
public
|
string
|
$UUID
|
# |
public
|
string
|
$ETag
|
# |
public
|
string
|
$Storage
|
# |
| Properties inherited from Aurora\System\Classes\Model |
|---|
$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 |