Logdnet
in package
Logdnet.
Tags
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
$admin
private
string|null
$admin
= 'unknown'
Tags
$count
private
int|null
$count
= 0
Tags
$description
private
string|null
$description
= null
Tags
$lang
private
string|null
$lang
= null
Tags
$lastping
private
DateTimeInterface|null
$lastping
= null
Tags
$lastupdate
private
DateTimeInterface|null
$lastupdate
= null
Tags
$priority
private
float
$priority
= 100
Tags
$recentips
private
string|null
$recentips
= null
Tags
$serverid
private
int|null
$serverid
= null
Tags
$version
private
string|null
$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|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