Bans
Bans.
Tags
Table of Contents
- $banexpire : DateTime
- $banner : string
- $banreason : string
- $ipfilter : string
- $lasthit : DateTime
- $uniqueid : string
- __construct() : mixed
- getBanexpire() : DateTime
- Get the value of Banexpire.
- getBanner() : string
- Get the value of Banner.
- getBanreason() : string
- Get the value of Banreason.
- getIpfilter() : string
- Get the value of Ipfilter.
- getLasthit() : DateTime
- Get the value of Lasthit.
- getUniqueid() : string
- Get the value of Uniqueid.
- setBanexpire() : self
- Set the value of Banexpire.
- setBanner() : self
- Set the value of Banner.
- setBanreason() : self
- Set the value of Banreason.
- setIpfilter() : self
- Set the value of Ipfilter.
- setLasthit() : self
- Set the value of Lasthit.
- setUniqueid() : self
- Set the value of Uniqueid.
Properties
$banexpire
private
DateTime
$banexpire
Tags
$banner
private
string
$banner
Tags
$banreason
private
string
$banreason
Tags
$ipfilter
private
string
$ipfilter
= ''
Tags
$lasthit
private
DateTime
$lasthit
Tags
$uniqueid
private
string
$uniqueid
= ''
Tags
Methods
__construct()
public
__construct() : mixed
Return values
mixed —getBanexpire()
Get the value of Banexpire.
public
getBanexpire() : DateTime
Return values
DateTime —getBanner()
Get the value of Banner.
public
getBanner() : string
Return values
string —getBanreason()
Get the value of Banreason.
public
getBanreason() : string
Return values
string —getIpfilter()
Get the value of Ipfilter.
public
getIpfilter() : string
Return values
string —getLasthit()
Get the value of Lasthit.
public
getLasthit() : DateTime
Return values
DateTime —getUniqueid()
Get the value of Uniqueid.
public
getUniqueid() : string
Return values
string —setBanexpire()
Set the value of Banexpire.
public
setBanexpire(DateTime $banexpire) : self
Parameters
- $banexpire : DateTime
Return values
self —setBanner()
Set the value of Banner.
public
setBanner(string $banner) : self
Parameters
- $banner : string
Return values
self —setBanreason()
Set the value of Banreason.
public
setBanreason(string $banreason) : self
Parameters
- $banreason : string
Return values
self —setIpfilter()
Set the value of Ipfilter.
public
setIpfilter(string $ipfilter) : self
Parameters
- $ipfilter : string
Return values
self —setLasthit()
Set the value of Lasthit.
public
setLasthit(DateTime $lasthit) : self
Parameters
- $lasthit : DateTime
Return values
self —setUniqueid()
Set the value of Uniqueid.
public
setUniqueid(string $uniqueid) : self
Parameters
- $uniqueid : string