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
$donationconfig
private
string
$donationconfig
= []
Tags
$donationspent
private
mixed
$donationspent
= 0
Tags
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