Documentation

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

$amazon_user_id

protected string|null $amazon_user_id

$awaiting_delete_since

protected string|null $awaiting_delete_since

$email_activation_dt

protected string|null $email_activation_dt

Methods

assignJobMergedData()

public assignJobMergedData() : mixed

exists()

public exists() : bool
Return values
bool

fetchAsArray()

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|false

fixParameters()

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
bool

getAmazonUserId()

Get the value of amazon_user_id

public getAmazonUserId() : string|null
Return values
string|null

getAwaitingDeleteSince()

Get the value of awaiting_delete_since

public getAwaitingDeleteSince() : string|null
Return values
string|null

getDeletedAt()

Get the value of deleted_at

public getDeletedAt() : string|null
Return values
string|null

getEmail()

Get the value of email

public getEmail() : string|null
Return values
string|null

getEmailActivationDt()

public getEmailActivationDt() : DateTime|null
Return values
DateTime|null

getEmailActivationDtString()

Get the value of email_activation_dt

public getEmailActivationDtString() : string|null
Return values
string|null

getId()

Get the value of id

public getId() : int
Return values
int

getIsDemo()

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

hasPasswordChanged()

public hasPasswordChanged() : 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
self

setAmazonUserId()

Set the value of amazon_user_id

public setAmazonUserId(string|null $amazon_user_id) : self
Parameters
$amazon_user_id : string|null
Return values
self

setAwaitingDeleteSince()

Set the value of awaiting_delete_since

public setAwaitingDeleteSince(string|null $awaiting_delete_since) : self
Parameters
$awaiting_delete_since : string|null
Return values
self

setCreateTime()

If $createTime is null, default value now.

public setCreateTime([mixed $createTime = null ]) : $this
Parameters
$createTime : mixed = null
Return values
$this

setDeletedAt()

Set the value of deleted_at

public setDeletedAt(string|null $deleted_at) : self
Parameters
$deleted_at : string|null
Return values
self

setEmail()

Set the value of email

public setEmail(string|null $email) : self
Parameters
$email : string|null
Return values
self

setEmailActivationDt()

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
self

setIsDemo()

Set the value of is_demo

public setIsDemo(bool $is_demo) : self
Parameters
$is_demo : bool
Return values
self

setPassword()

Set the value of password

public setPassword(mixed $password) : self
Parameters
$password : mixed
Return values
self

setPermission()

Set the value of permission

public setPermission(int $permission) : self
Parameters
$permission : int
Return values
self

setUpdateTime()

If $updateTime is null, default value now.

public setUpdateTime([mixed $updateTime = null ]) : $this
Parameters
$updateTime : mixed = null
Return values
$this

writeAttributeIfNeeded()

public writeAttributeIfNeeded(mixed $attribute, mixed $value) : mixed
Parameters
$attribute : mixed
$value : mixed

_createKey()

protected static _createKey(mixed $parameters) : mixed
Parameters
$parameters : mixed

        
On this page

Search results