Legend of the Green Dragon

Bans
in package

Bans.

Tags
ORM\Table

(name="bans")

ORM\Entity

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

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
ORM\Column

(name="banexpire", type="datetime")

$banner

private string|null $banner = null
Tags
ORM\Column

(name="banner", type="string", length=50)

$banreason

private string|null $banreason = null
Tags
ORM\Column

(name="banreason", type="text", length=65535)

$ipfilter

private string|null $ipfilter = ''
Tags
ORM\Column

(name="ipfilter", type="string", length=40)

ORM\Id
ORM\GeneratedValue

(strategy="NONE")

$lasthit

private DateTimeInterface|null $lasthit = null
Tags
ORM\Column

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

$uniqueid

private string|null $uniqueid = ''
Tags
ORM\Column

(name="uniqueid", type="string", length=32)

ORM\Id
ORM\GeneratedValue

(strategy="NONE")

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
Return values
self

Search results