UserAccount
extends CacheModel
in package
Table of Contents
Properties
- $_password : mixed
- $access_blocked : mixed
- $amazon_user_id : string|null
- $awaiting_delete_since : string|null
- $create_time : mixed
- $deleted_at : string|null
- $email : string|null
- $email_activation_dt : string|null
- $id : mixed
- $is_demo : mixed
- $password : string|null
- $permission : mixed
- $update_time : mixed
Methods
- assignJobMergedData() : mixed
- beforeSave() : mixed
- exists() : bool
- fetchAsArray() : mixed
- fetchAsAssocArray() : mixed
- fetchAsMultiAssocArray() : mixed
- find() : false|array<string|int, static>
- findFirst() : static|false
- fixParameters() : mixed
- fromArray() : mixed
- getAccessBlocked() : bool
- Get the value of access_blocked
- getAmazonUserId() : string|null
- Get the value of amazon_user_id
- getAwaitingDeleteSince() : string|null
- Get the value of awaiting_delete_since
- getCreateTime() : mixed
- getDeletedAt() : string|null
- Get the value of deleted_at
- getEmail() : string|null
- Get the value of email
- getEmailActivationDt() : DateTime|null
- getEmailActivationDtString() : string|null
- Get the value of email_activation_dt
- getId() : int
- Get the value of id
- getIsDemo() : mixed
- Get the value of is_demo
- getPassword() : mixed
- Get the value of password
- getPermission() : mixed
- Get the value of permission
- getThe() : mixed
- getUpdateTime() : mixed
- hasPasswordChanged() : mixed
- initialize() : mixed
- mapper() : mixed
- set() : mixed
- setAccessBlocked() : self
- Set the value of access_blocked
- setAmazonUserId() : self
- Set the value of amazon_user_id
- setAwaitingDeleteSince() : self
- Set the value of awaiting_delete_since
- setCreateTime() : $this
- If $createTime is null, default value now.
- setDeletedAt() : self
- Set the value of deleted_at
- setEmail() : self
- Set the value of email
- setEmailActivationDt() : mixed
- setEmailActivationDtString() : self
- Set the value of email_activation_dt
- setIsDemo() : self
- Set the value of is_demo
- setPassword() : self
- Set the value of password
- setPermission() : self
- Set the value of permission
- setUpdateTime() : $this
- If $updateTime is null, default value now.
- writeAttributeIfNeeded() : mixed
- _createKey() : mixed
Properties
$_password
protected
mixed
$_password
$access_blocked
protected
mixed
$access_blocked
$amazon_user_id
protected
string|null
$amazon_user_id
$awaiting_delete_since
protected
string|null
$awaiting_delete_since
$create_time
protected
mixed
$create_time
$deleted_at
protected
string|null
$deleted_at
protected
string|null
$email
$email_activation_dt
protected
string|null
$email_activation_dt
$id
protected
mixed
$id
$is_demo
protected
mixed
$is_demo
$password
protected
string|null
$password
$permission
protected
mixed
$permission
$update_time
protected
mixed
$update_time
Methods
assignJobMergedData()
public
assignJobMergedData() : mixed
beforeSave()
public
beforeSave() : mixed
exists()
public
exists() : bool
Return values
boolfetchAsArray()
public
static fetchAsArray([mixed $parameter = null ]) : mixed
Parameters
- $parameter : mixed = null
fetchAsAssocArray()
public
static fetchAsAssocArray([mixed $parameter = null ][, mixed $key = 'id' ][, mixed $cols = null ]) : mixed
Parameters
- $parameter : mixed = null
- $key : mixed = 'id'
- $cols : mixed = null
fetchAsMultiAssocArray()
public
static fetchAsMultiAssocArray([mixed $parameter = null ][, mixed $keyname = ['id'] ][, mixed $cols = null ]) : mixed
Parameters
- $parameter : mixed = null
- $keyname : mixed = ['id']
- $cols : mixed = null
find()
public
static find([array<string|int, mixed>|null|int $parameters = null ]) : false|array<string|int, static>
Parameters
- $parameters : array<string|int, mixed>|null|int = null
Return values
false|array<string|int, static>findFirst()
public
static findFirst([array<string|int, mixed>|null|int $parameters = null ]) : static|false
Parameters
- $parameters : array<string|int, mixed>|null|int = null
Return values
static|falsefixParameters()
public
static fixParameters([mixed $parameters = null ]) : mixed
Parameters
- $parameters : mixed = null
fromArray()
public
static fromArray(mixed $array) : mixed
Parameters
- $array : mixed
getAccessBlocked()
Get the value of access_blocked
public
getAccessBlocked() : bool
Return values
boolgetAmazonUserId()
Get the value of amazon_user_id
public
getAmazonUserId() : string|null
Return values
string|nullgetAwaitingDeleteSince()
Get the value of awaiting_delete_since
public
getAwaitingDeleteSince() : string|null
Return values
string|nullgetCreateTime()
public
getCreateTime() : mixed
getDeletedAt()
Get the value of deleted_at
public
getDeletedAt() : string|null
Return values
string|nullgetEmail()
Get the value of email
public
getEmail() : string|null
Return values
string|nullgetEmailActivationDt()
public
getEmailActivationDt() : DateTime|null
Return values
DateTime|nullgetEmailActivationDtString()
Get the value of email_activation_dt
public
getEmailActivationDtString() : string|null
Return values
string|nullgetId()
Get the value of id
public
getId() : int
Return values
intgetIsDemo()
Get the value of is_demo
public
getIsDemo() : mixed
getPassword()
Get the value of password
public
getPassword() : mixed
getPermission()
Get the value of permission
public
getPermission() : mixed
getThe()
public
static getThe(mixed $paramater) : mixed
Parameters
- $paramater : mixed
getUpdateTime()
public
getUpdateTime() : mixed
hasPasswordChanged()
public
hasPasswordChanged() : mixed
initialize()
public
initialize() : mixed
mapper()
public
static mapper(array<string|int, mixed> $map, array<string|int, mixed> $original[, bool $reverse = true ]) : mixed
Parameters
- $map : array<string|int, mixed>
- $original : array<string|int, mixed>
- $reverse : bool = true
set()
public
set(mixed $property, mixed $value) : mixed
Parameters
- $property : mixed
- $value : mixed
setAccessBlocked()
Set the value of access_blocked
public
setAccessBlocked(mixed $access_blocked) : self
Parameters
- $access_blocked : mixed
Return values
selfsetAmazonUserId()
Set the value of amazon_user_id
public
setAmazonUserId(string|null $amazon_user_id) : self
Parameters
- $amazon_user_id : string|null
Return values
selfsetAwaitingDeleteSince()
Set the value of awaiting_delete_since
public
setAwaitingDeleteSince(string|null $awaiting_delete_since) : self
Parameters
- $awaiting_delete_since : string|null
Return values
selfsetCreateTime()
If $createTime is null, default value now.
public
setCreateTime([mixed $createTime = null ]) : $this
Parameters
- $createTime : mixed = null
Return values
$thissetDeletedAt()
Set the value of deleted_at
public
setDeletedAt(string|null $deleted_at) : self
Parameters
- $deleted_at : string|null
Return values
selfsetEmail()
Set the value of email
public
setEmail(string|null $email) : self
Parameters
- $email : string|null
Return values
selfsetEmailActivationDt()
public
setEmailActivationDt(DateTime|null $time) : mixed
Parameters
- $time : DateTime|null
setEmailActivationDtString()
Set the value of email_activation_dt
public
setEmailActivationDtString(string|null $email_activation_dt) : self
Parameters
- $email_activation_dt : string|null
Return values
selfsetIsDemo()
Set the value of is_demo
public
setIsDemo(bool $is_demo) : self
Parameters
- $is_demo : bool
Return values
selfsetPassword()
Set the value of password
public
setPassword(mixed $password) : self
Parameters
- $password : mixed
Return values
selfsetPermission()
Set the value of permission
public
setPermission(int $permission) : self
Parameters
- $permission : int
Return values
selfsetUpdateTime()
If $updateTime is null, default value now.
public
setUpdateTime([mixed $updateTime = null ]) : $this
Parameters
- $updateTime : mixed = null
Return values
$thiswriteAttributeIfNeeded()
public
writeAttributeIfNeeded(mixed $attribute, mixed $value) : mixed
Parameters
- $attribute : mixed
- $value : mixed
_createKey()
protected
static _createKey(mixed $parameters) : mixed
Parameters
- $parameters : mixed