Legend of the Green Dragon

AccountsOutput

AccountsOutput.

Tags
ORM\Table

(name="accounts_output")

ORM\Entity

(repositoryClass="Lotgd\Core\EntityRepository\AccountsOutputRepository")

Table of Contents

$acctid  : int
$output  : string
getAcctid()  : int
Get the value of Acctid.
getOutput()  : string
Get the value of Output.
setAcctid()  : self
Set the value of Acctid.
setOutput()  : self
Set the value of Output.

Properties

$acctid

private int $acctid
Tags
ORM\Column

(name="acctid", type="integer", nullable=false, options={"unsigned": true})

ORM\Id
ORM\GeneratedValue

(strategy="NONE")

$output

private string $output
Tags
ORM\Column

(name="output", type="blob", length=16777215, nullable=false)

Methods

getAcctid()

Get the value of Acctid.

public getAcctid() : int
Return values
int

getOutput()

Get the value of Output.

public getOutput() : string
Return values
string

setAcctid()

Set the value of Acctid.

public setAcctid(int $acctid) : self
Parameters
$acctid : int
Return values
self

setOutput()

Set the value of Output.

public setOutput(string $output) : self
Parameters
$output : string
Return values
self

Search results