Documentation

DemoAccount
in package

Tags
ORM\Table

(name="demo_account")

ORM\Entity

(repositoryClass="Vatjar\Data\Repository\DemoAccountRepository")

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_IN_PROGRESS

public mixed STATUS_IN_PROGRESS = 1

Properties

$demoUserAccount

private UserAccount|null $demoUserAccount
Tags
ORM\Id

()

ORM\GeneratedValue

(strategy="NONE")

ORM\ManyToOne

(targetEntity="UserAccount")

ORM\JoinColumn

(name="demo_account_id", referencedColumnName="id")

$parameters

private array<string|int, mixed>|null $parameters
Tags
ORM\Column

(type="json", name="parameters", nullable=true)

$requestUserAccount

private UserAccount|null $requestUserAccount
Tags
ORM\ManyToOne

(targetEntity="UserAccount")

ORM\JoinColumn

(name="request_account_id", referencedColumnName="id")

Methods

getParameters()

Get the value of parameters

public getParameters() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

getStatus()

Get the value of status

public getStatus() : int
Return values
int

setDemoUserAccount()

Set the value of demoUserAccount

public setDemoUserAccount(UserAccount|null $demoUserAccount) : self
Parameters
$demoUserAccount : UserAccount|null
Return values
self

setParameters()

Set the value of parameters

public setParameters(array<string|int, mixed>|null $parameters) : self
Parameters
$parameters : array<string|int, mixed>|null
Return values
self

setRequestUserAccount()

Set the value of requestUserAccount

public setRequestUserAccount(UserAccount|null $requestUserAccount) : self
Parameters
$requestUserAccount : UserAccount|null
Return values
self

setStatus()

Set the value of status

public setStatus(int $status) : self
Parameters
$status : int
Return values
self

        
On this page

Search results