Logdnet
Logdnet.
Tags
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
$admin
private
string
$admin
= 'unknown'
Tags
$count
private
int
$count
= '0'
Tags
$description
private
string
$description
Tags
$lang
private
string
$lang
Tags
$lastping
private
DateTime
$lastping
= '0000-00-00 00:00:00'
Tags
$lastupdate
private
DateTime
$lastupdate
Tags
$priority
private
float
$priority
= '100'
Tags
$recentips
private
string
$recentips
Tags
$serverid
private
int
$serverid
Tags
$version
private
string
$version
= 'Unknown'
Tags
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