Gamelog
in package
Gamelog.
Tags
Table of Contents
- $category : string|null
- $date : DateTimeInterface|null
- $filed : bool|null
- $logid : int|null
- $message : string|null
- $who : int|null
- __construct() : mixed
- getCategory() : string
- Get the value of Category.
- getDate() : DateTime|DateTimeImmutable
- Get the value of Date.
- getFiled() : bool
- Get the value of Filed.
- getLogid() : int
- Get the value of Logid.
- getMessage() : string
- Get the value of Message.
- getWho() : int
- Get the value of Who.
- setCategory() : self
- Set the value of Category.
- setDate() : self
- Set the value of Date.
- setFiled() : self
- Set the value of Filed.
- setLogid() : self
- Set the value of Logid.
- setMessage() : self
- Set the value of Message.
- setWho() : self
- Set the value of Who.
Properties
$category
private
string|null
$category
= null
Tags
$date
private
DateTimeInterface|null
$date
= null
Tags
$filed
private
bool|null
$filed
= false
Tags
$logid
private
int|null
$logid
= null
Tags
$message
private
string|null
$message
= null
Tags
$who
private
int|null
$who
= 0
Tags
Methods
__construct()
public
__construct() : mixed
Return values
mixed —getCategory()
Get the value of Category.
public
getCategory() : string
Return values
string —getDate()
Get the value of Date.
public
getDate() : DateTime|DateTimeImmutable
Return values
DateTime|DateTimeImmutable —getFiled()
Get the value of Filed.
public
getFiled() : bool
Return values
bool —getLogid()
Get the value of Logid.
public
getLogid() : int
Return values
int —getMessage()
Get the value of Message.
public
getMessage() : string
Return values
string —getWho()
Get the value of Who.
public
getWho() : int
Return values
int —setCategory()
Set the value of Category.
public
setCategory(string $category) : self
Parameters
- $category : string
Return values
self —setDate()
Set the value of Date.
public
setDate(DateTime|DateTimeImmutable $date) : self
Parameters
- $date : DateTime|DateTimeImmutable
Return values
self —setFiled()
Set the value of Filed.
public
setFiled(bool $filed) : self
Parameters
- $filed : bool
Return values
self —setLogid()
Set the value of Logid.
public
setLogid(int $logid) : self
Parameters
- $logid : int
Return values
self —setMessage()
Set the value of Message.
public
setMessage(string $message) : self
Parameters
- $message : string
Return values
self —setWho()
Set the value of Who.
public
setWho(int $who) : self
Parameters
- $who : int