Bans
in package
Bans.
Tags
Table of Contents
- $banexpire : DateTimeInterface|null
- $banner : string|null
- $banreason : string|null
- $ipfilter : string|null
- $lasthit : DateTimeInterface|null
- $uniqueid : string|null
- __construct() : mixed
- getBanexpire() : DateTime|DateTimeImmutable
- 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|DateTimeImmutable
- 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
DateTimeInterface|null
$banexpire
= null
Tags
$banner
private
string|null
$banner
= null
Tags
$banreason
private
string|null
$banreason
= null
Tags
$ipfilter
private
string|null
$ipfilter
= ''
Tags
$lasthit
private
DateTimeInterface|null
$lasthit
= null
Tags
$uniqueid
private
string|null
$uniqueid
= ''
Tags
Methods
__construct()
public
__construct() : mixed
Return values
mixed —getBanexpire()
Get the value of Banexpire.
public
getBanexpire() : DateTime|DateTimeImmutable
Return values
DateTime|DateTimeImmutable —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|DateTimeImmutable
Return values
DateTime|DateTimeImmutable —getUniqueid()
Get the value of Uniqueid.
public
getUniqueid() : string
Return values
string —setBanexpire()
Set the value of Banexpire.
public
setBanexpire(DateTime|DateTimeImmutable $banexpire) : self
Parameters
- $banexpire : DateTime|DateTimeImmutable
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|DateTimeImmutable $lasthit) : self
Parameters
- $lasthit : DateTime|DateTimeImmutable
Return values
self —setUniqueid()
Set the value of Uniqueid.
public
setUniqueid(string $uniqueid) : self
Parameters
- $uniqueid : string