Legend of the Green Dragon

AccountsOutput
in package

AccountsOutput.

Tags
ORM\Table

(name="accounts_output")

ORM\Entity

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

Table of Contents

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

Properties

$acctid

private int|null $acctid = null
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="NONE")

$output

private mixed $output = null
Tags
ORM\Column

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

Methods

getAcctid()

Get the value of Acctid.

public getAcctid() : int
Return values
int

getOutput()

Get the value of Output.

public getOutput() : mixed
Return values
mixed

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