Legend of the Green Dragon

Paylog
in package

Paylog.

Tags
ORM\Table

(name="paylog", indexes={ @ORM\Index(name="txnid", columns={"txnid"}) } )

ORM\Entity

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

Table of Contents

$acctid  : int
$amount  : float
$filed  : bool
$info  : string
$name  : string
$payid  : int
$processdate  : DateTime
$processed  : bool
$response  : string
$txfee  : float
$txnid  : string
getAcctid()  : int
Get the value of Acctid.
getAmount()  : float
Get the value of Amount.
getFiled()  : bool
Get the value of Filed.
getInfo()  : string
Get the value of Info.
getName()  : string
Get the value of Name.
getPayid()  : int
Get the value of Payid.
getProcessdate()  : DateTime|DateTimeImmutable
Get the value of Processdate.
getProcessed()  : bool
Get the value of Processed.
getResponse()  : string
Get the value of Response.
getTxfee()  : float
Get the value of Txfee.
getTxnid()  : string
Get the value of Txnid.
setAcctid()  : self
Set the value of Acctid.
setAmount()  : self
Set the value of Amount.
setFiled()  : self
Set the value of Filed.
setInfo()  : self
Set the value of Info.
setName()  : self
Set the value of Name.
setPayid()  : self
Set the value of Payid.
setProcessdate()  : self
Set the value of Processdate.
setProcessed()  : self
Set the value of Processed.
setResponse()  : self
Set the value of Response.
setTxfee()  : self
Set the value of Txfee.
setTxnid()  : self
Set the value of Txnid.

Properties

$acctid

private int $acctid = 0
Tags
ORM\Column

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

$amount

private float $amount = '0.00'
Tags
ORM\Column

(name="amount", type="float", precision=9, scale=2, nullable=false)

$filed

private bool $filed = 0
Tags
ORM\Column

(name="filed", type="boolean", nullable=false)

$info

private string $info
Tags
ORM\Column

(name="info", type="array", nullable=false)

$name

private string $name
Tags
ORM\Column

(name="name", type="string", length=50, nullable=false)

$payid

private int $payid
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="IDENTITY")

$processdate

private DateTime $processdate = '0000-00-00 00:00:00'
Tags
ORM\Column

(name="processdate", type="datetime", nullable=false, options={"default": "0000-00-00 00:00:00"})

$processed

private bool $processed = 0
Tags
ORM\Column

(name="processed", type="boolean", nullable=false)

$response

private string $response
Tags
ORM\Column

(name="response", type="text", length=65535, nullable=false)

$txfee

private float $txfee = '0.00'
Tags
ORM\Column

(name="txfee", type="float", precision=9, scale=2, nullable=false)

$txnid

private string $txnid
Tags
ORM\Column

(name="txnid", type="string", length=32, nullable=false)

Methods

getAcctid()

Get the value of Acctid.

public getAcctid() : int
Return values
int

getAmount()

Get the value of Amount.

public getAmount() : float
Return values
float

getFiled()

Get the value of Filed.

public getFiled() : bool
Return values
bool

getInfo()

Get the value of Info.

public getInfo() : string
Return values
string

getName()

Get the value of Name.

public getName() : string
Return values
string

getPayid()

Get the value of Payid.

public getPayid() : int
Return values
int

getProcessdate()

Get the value of Processdate.

public getProcessdate() : DateTime|DateTimeImmutable
Return values
DateTime|DateTimeImmutable

getProcessed()

Get the value of Processed.

public getProcessed() : bool
Return values
bool

getResponse()

Get the value of Response.

public getResponse() : string
Return values
string

getTxfee()

Get the value of Txfee.

public getTxfee() : float
Return values
float

getTxnid()

Get the value of Txnid.

public getTxnid() : string
Return values
string

setAcctid()

Set the value of Acctid.

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

setAmount()

Set the value of Amount.

public setAmount(float $amount) : self
Parameters
$amount : float
Return values
self

setFiled()

Set the value of Filed.

public setFiled(bool $filed) : self
Parameters
$filed : bool
Return values
self

setInfo()

Set the value of Info.

public setInfo(string $info) : self
Parameters
$info : string
Return values
self

setName()

Set the value of Name.

public setName(string $name) : self
Parameters
$name : string
Return values
self

setPayid()

Set the value of Payid.

public setPayid(int $payid) : self
Parameters
$payid : int
Return values
self

setProcessdate()

Set the value of Processdate.

public setProcessdate(DateTime|DateTimeImmutable $processdate) : self
Parameters
$processdate : DateTime|DateTimeImmutable
Return values
self

setProcessed()

Set the value of Processed.

public setProcessed(bool $processed) : self
Parameters
$processed : bool
Return values
self

setResponse()

Set the value of Response.

public setResponse(string $response) : self
Parameters
$response : string
Return values
self

setTxfee()

Set the value of Txfee.

public setTxfee(float $txfee) : self
Parameters
$txfee : float
Return values
self

setTxnid()

Set the value of Txnid.

public setTxnid(string $txnid) : self
Parameters
$txnid : string
Return values
self

Search results