Legend of the Green Dragon

Logdnet
in package

Logdnet.

Tags
ORM\Table

(name="logdnet")

ORM\Entity

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

Table of Contents

$address  : string|null
$admin  : string|null
$count  : int|null
$description  : string|null
$lang  : string|null
$lastping  : DateTimeInterface|null
$lastupdate  : DateTimeInterface|null
$priority  : float
$recentips  : string|null
$serverid  : int|null
$version  : string|null
__construct()  : mixed
getAddress()  : string
Get the value of Address.
getAdmin()  : string
Get the value of Admin.
getCount()  : int
Get the value of Count.
getDescription()  : string
Get the value of Description.
getLang()  : string
Get the value of Lang.
getLastping()  : DateTime|DateTimeImmutable
Get the value of Lastping.
getLastupdate()  : DateTime|DateTimeImmutable
Get the value of Lastupdate.
getPriority()  : float
Get the value of Priority.
getRecentips()  : string
Get the value of Recentips.
getServerid()  : int
Get the value of Serverid.
getVersion()  : string
Get the value of Version.
setAddress()  : self
Set the value of Address.
setAdmin()  : self
Set the value of Admin.
setCount()  : self
Set the value of Count.
setDescription()  : self
Set the value of Description.
setLang()  : self
Set the value of Lang.
setLastping()  : self
Set the value of Lastping.
setLastupdate()  : self
Set the value of Lastupdate.
setPriority()  : self
Set the value of Priority.
setRecentips()  : self
Set the value of Recentips.
setServerid()  : self
Set the value of Serverid.
setVersion()  : self
Set the value of Version.

Properties

$address

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

(name="address", type="string", length=255)

$admin

private string|null $admin = 'unknown'
Tags
ORM\Column

(name="admin", type="string", length=255, options={"default"="unknown"})

$count

private int|null $count = 0
Tags
ORM\Column

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

$description

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

(name="description", type="string", length=255)

$lang

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

(name="lang", type="string", length=20)

$lastping

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

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

$lastupdate

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

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

$priority

private float $priority = 100
Tags
ORM\Column

(name="priority", type="float", precision=10, options={"default"="100"})

$recentips

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

(name="recentips", type="string", length=255)

$serverid

private int|null $serverid = null
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="IDENTITY")

$version

private string|null $version = 'Unknown'
Tags
ORM\Column

(name="version", type="string", length=255, options={"default"="Unknown"})

Methods

__construct()

public __construct() : mixed
Return values
mixed

getAddress()

Get the value of Address.

public getAddress() : string
Return values
string

getAdmin()

Get the value of Admin.

public getAdmin() : string
Return values
string

getCount()

Get the value of Count.

public getCount() : int
Return values
int

getDescription()

Get the value of Description.

public getDescription() : string
Return values
string

getLang()

Get the value of Lang.

public getLang() : string
Return values
string

getLastping()

Get the value of Lastping.

public getLastping() : DateTime|DateTimeImmutable
Return values
DateTime|DateTimeImmutable

getLastupdate()

Get the value of Lastupdate.

public getLastupdate() : DateTime|DateTimeImmutable
Return values
DateTime|DateTimeImmutable

getPriority()

Get the value of Priority.

public getPriority() : float
Return values
float

getRecentips()

Get the value of Recentips.

public getRecentips() : string
Return values
string

getServerid()

Get the value of Serverid.

public getServerid() : int
Return values
int

getVersion()

Get the value of Version.

public getVersion() : string
Return values
string

setAddress()

Set the value of Address.

public setAddress(string $address) : self
Parameters
$address : string
Return values
self

setAdmin()

Set the value of Admin.

public setAdmin(string $admin) : self
Parameters
$admin : string
Return values
self

setCount()

Set the value of Count.

public setCount(int $count) : self
Parameters
$count : int
Return values
self

setDescription()

Set the value of Description.

public setDescription(string $description) : self
Parameters
$description : string
Return values
self

setLang()

Set the value of Lang.

public setLang(string $lang) : self
Parameters
$lang : string
Return values
self

setLastping()

Set the value of Lastping.

public setLastping(DateTime|DateTimeImmutable $lastping) : self
Parameters
$lastping : DateTime|DateTimeImmutable
Return values
self

setLastupdate()

Set the value of Lastupdate.

public setLastupdate(DateTime|DateTimeImmutable $lastupdate) : self
Parameters
$lastupdate : DateTime|DateTimeImmutable
Return values
self

setPriority()

Set the value of Priority.

public setPriority(float $priority) : self
Parameters
$priority : float
Return values
self

setRecentips()

Set the value of Recentips.

public setRecentips(string $recentips) : self
Parameters
$recentips : string
Return values
self

setServerid()

Set the value of Serverid.

public setServerid(int $serverid) : self
Parameters
$serverid : int
Return values
self

setVersion()

Set the value of Version.

public setVersion(string $version) : self
Parameters
$version : string
Return values
self

Search results