Legend of the Green Dragon

Logdnet

Logdnet.

Tags
ORM\Table

(name="logdnet")

ORM\Entity

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

Table of Contents

$address  : string
$admin  : string
$count  : int
$description  : string
$lang  : string
$lastping  : DateTime
$lastupdate  : DateTime
$priority  : float
$recentips  : string
$serverid  : int
$version  : string
__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
Get the value of Lastping.
getLastupdate()  : DateTime
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 $address
Tags
ORM\Column

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

$admin

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

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

$count

private int $count = '0'
Tags
ORM\Column

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

$description

private string $description
Tags
ORM\Column

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

$lang

private string $lang
Tags
ORM\Column

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

$lastping

private DateTime $lastping = '0000-00-00 00:00:00'
Tags
ORM\Column

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

$lastupdate

private DateTime $lastupdate
Tags
ORM\Column

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

$priority

private float $priority = '100'
Tags
ORM\Column

(name="priority", type="float", precision=10, scale=0, nullable=false, options={"default": "100"})

$recentips

private string $recentips
Tags
ORM\Column

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

$serverid

private int $serverid
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="IDENTITY")

$version

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

(name="version", type="string", length=255, nullable=false, 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
Return values
DateTime

getLastupdate()

Get the value of Lastupdate.

public getLastupdate() : DateTime
Return values
DateTime

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 $lastping) : self
Parameters
$lastping : DateTime
Return values
self

setLastupdate()

Set the value of Lastupdate.

public setLastupdate(DateTime $lastupdate) : self
Parameters
$lastupdate : DateTime
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