Legend of the Green Dragon

Donation

Table of Contents

$donation  : mixed
$donationconfig  : string
$donationspent  : mixed
getDonation()  : int|null
getDonationconfig()  : mixed
getDonationspent()  : int|null
setDonation()  : self
setDonationconfig()  : self
setDonationspent()  : self

Properties

$donation

private mixed $donation = 0
Tags
ORM\Column

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

$donationconfig

private string $donationconfig = []
Tags
ORM\Column

(name="donationconfig", type="array")

$donationspent

private mixed $donationspent = 0
Tags
ORM\Column

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

Methods

getDonation()

public getDonation() : int|null
Return values
int|null

getDonationconfig()

public getDonationconfig() : mixed
Return values
mixed

getDonationspent()

public getDonationspent() : int|null
Return values
int|null

setDonation()

public setDonation(int $donation) : self
Parameters
$donation : int
Return values
self

setDonationconfig()

public setDonationconfig(array<string|int, mixed> $donationconfig) : self
Parameters
$donationconfig : array<string|int, mixed>
Return values
self

setDonationspent()

public setDonationspent(int $donationspent) : self
Parameters
$donationspent : int
Return values
self

Search results