DemoAccount
in package
Tags
Table of Contents
Constants
- STATUS_AWAITING_DELETE = -1
- STATUS_DONE = 2
- STATUS_FAILED = -2
- STATUS_IN_PROGRESS = 1
- STATUS_REQUESTED = 0
Properties
- $demoUserAccount : UserAccount|null
- $parameters : array<string|int, mixed>|null
- $requestUserAccount : UserAccount|null
- $status : int
Methods
- getDemoUserAccount() : UserAccount|null
- Get the value of demoUserAccount
- getParameters() : array<string|int, mixed>|null
- Get the value of parameters
- getRequestUserAccount() : UserAccount|null
- Get the value of requestUserAccount
- getStatus() : int
- Get the value of status
- setDemoUserAccount() : self
- Set the value of demoUserAccount
- setParameters() : self
- Set the value of parameters
- setRequestUserAccount() : self
- Set the value of requestUserAccount
- setStatus() : self
- Set the value of status
Constants
STATUS_AWAITING_DELETE
public
mixed
STATUS_AWAITING_DELETE
= -1
STATUS_DONE
public
mixed
STATUS_DONE
= 2
STATUS_FAILED
public
mixed
STATUS_FAILED
= -2
STATUS_IN_PROGRESS
public
mixed
STATUS_IN_PROGRESS
= 1
STATUS_REQUESTED
public
mixed
STATUS_REQUESTED
= 0
Properties
$demoUserAccount
private
UserAccount|null
$demoUserAccount
Tags
$parameters
private
array<string|int, mixed>|null
$parameters
Tags
$requestUserAccount
private
UserAccount|null
$requestUserAccount
Tags
$status
private
int
$status
Methods
getDemoUserAccount()
Get the value of demoUserAccount
public
getDemoUserAccount() : UserAccount|null
Return values
UserAccount|nullgetParameters()
Get the value of parameters
public
getParameters() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullgetRequestUserAccount()
Get the value of requestUserAccount
public
getRequestUserAccount() : UserAccount|null
Return values
UserAccount|nullgetStatus()
Get the value of status
public
getStatus() : int
Return values
intsetDemoUserAccount()
Set the value of demoUserAccount
public
setDemoUserAccount(UserAccount|null $demoUserAccount) : self
Parameters
- $demoUserAccount : UserAccount|null
Return values
selfsetParameters()
Set the value of parameters
public
setParameters(array<string|int, mixed>|null $parameters) : self
Parameters
- $parameters : array<string|int, mixed>|null
Return values
selfsetRequestUserAccount()
Set the value of requestUserAccount
public
setRequestUserAccount(UserAccount|null $requestUserAccount) : self
Parameters
- $requestUserAccount : UserAccount|null
Return values
selfsetStatus()
Set the value of status
public
setStatus(int $status) : self
Parameters
- $status : int