Modules
in package
Structure of table "modules" in data base.
This table stores modules instaled in game.
Tags
Table of Contents
- $active : bool|null
- $category : string|null
- $description : string|null
- $download : string|null
- $extras : string|null
- $filemoddate : DateTimeInterface|null
- $filename : string|null
- $formalname : string|null
- $infokeys : string|null
- $installdate : DateTimeInterface|null
- $installedby : string|null
- $moduleauthor : string|null
- $modulename : string|null
- $type : bool|null
- $version : string|null
- __construct() : mixed
- Configure some default values.
- getActive() : bool
- Get the value of Active.
- getCategory() : string
- Get the value of Category.
- getDescription() : string
- Get the value of Description.
- getDownload() : string
- Get the value of Download.
- getExtras() : string
- Get the value of Extras.
- getFilemoddate() : DateTime|DateTimeImmutable
- Get the value of Filemoddate.
- getFilename() : string
- Get the value of Filename.
- getFormalname() : string
- Get the value of Formalname.
- getInfokeys() : string
- Get the value of Infokeys.
- getInstalldate() : DateTime|DateTimeImmutable
- Get the value of Installdate.
- getInstalledby() : string
- Get the value of Installedby.
- getModuleauthor() : string
- Get the value of Moduleauthor.
- getModulename() : string
- Get the value of Modulename.
- getType() : bool
- Get the value of Type.
- getVersion() : string
- Get the value of Version.
- setActive() : self
- Set the value of Active.
- setCategory() : self
- Set the value of Category.
- setDescription() : self
- Set the value of Description.
- setDownload() : self
- Set the value of Download.
- setExtras() : self
- Set the value of Extras.
- setFilemoddate() : self
- Set the value of Filemoddate.
- setFilename() : self
- Set the value of Filename.
- setFormalname() : self
- Set the value of Formalname.
- setInfokeys() : self
- Set the value of Infokeys.
- setInstalldate() : self
- Set the value of Installdate.
- setInstalledby() : self
- Set the value of Installedby.
- setModuleauthor() : self
- Set the value of Moduleauthor.
- setModulename() : self
- Set the value of Modulename.
- setType() : self
- Set the value of Type.
- setVersion() : self
- Set the value of Version.
Properties
$active
private
bool|null
$active
= false
Tags
$category
private
string|null
$category
= null
Tags
$description
private
string|null
$description
= null
Tags
$download
private
string|null
$download
= null
Tags
$extras
private
string|null
$extras
= null
Tags
$filemoddate
private
DateTimeInterface|null
$filemoddate
= null
Tags
$filename
private
string|null
$filename
= null
Tags
$formalname
private
string|null
$formalname
= null
Tags
$infokeys
private
string|null
$infokeys
= null
Tags
$installdate
private
DateTimeInterface|null
$installdate
= null
Tags
$installedby
private
string|null
$installedby
= null
Tags
$moduleauthor
private
string|null
$moduleauthor
= null
Tags
$modulename
private
string|null
$modulename
= null
Tags
$type
private
bool|null
$type
= false
Tags
$version
private
string|null
$version
= null
Tags
Methods
__construct()
Configure some default values.
public
__construct() : mixed
Return values
mixed —getActive()
Get the value of Active.
public
getActive() : bool
Return values
bool —getCategory()
Get the value of Category.
public
getCategory() : string
Return values
string —getDescription()
Get the value of Description.
public
getDescription() : string
Return values
string —getDownload()
Get the value of Download.
public
getDownload() : string
Return values
string —getExtras()
Get the value of Extras.
public
getExtras() : string
Return values
string —getFilemoddate()
Get the value of Filemoddate.
public
getFilemoddate() : DateTime|DateTimeImmutable
Return values
DateTime|DateTimeImmutable —getFilename()
Get the value of Filename.
public
getFilename() : string
Return values
string —getFormalname()
Get the value of Formalname.
public
getFormalname() : string
Return values
string —getInfokeys()
Get the value of Infokeys.
public
getInfokeys() : string
Return values
string —getInstalldate()
Get the value of Installdate.
public
getInstalldate() : DateTime|DateTimeImmutable
Return values
DateTime|DateTimeImmutable —getInstalledby()
Get the value of Installedby.
public
getInstalledby() : string
Return values
string —getModuleauthor()
Get the value of Moduleauthor.
public
getModuleauthor() : string
Return values
string —getModulename()
Get the value of Modulename.
public
getModulename() : string
Return values
string —getType()
Get the value of Type.
public
getType() : bool
Return values
bool —getVersion()
Get the value of Version.
public
getVersion() : string
Return values
string —setActive()
Set the value of Active.
public
setActive(bool $active) : self
Parameters
- $active : bool
Return values
self —setCategory()
Set the value of Category.
public
setCategory(string $category) : self
Parameters
- $category : string
Return values
self —setDescription()
Set the value of Description.
public
setDescription(string $description) : self
Parameters
- $description : string
Return values
self —setDownload()
Set the value of Download.
public
setDownload(string $download) : self
Parameters
- $download : string
Return values
self —setExtras()
Set the value of Extras.
public
setExtras(string $extras) : self
Parameters
- $extras : string
Return values
self —setFilemoddate()
Set the value of Filemoddate.
public
setFilemoddate(DateTime|DateTimeImmutable $filemoddate) : self
Parameters
- $filemoddate : DateTime|DateTimeImmutable
Return values
self —setFilename()
Set the value of Filename.
public
setFilename(string $filename) : self
Parameters
- $filename : string
Return values
self —setFormalname()
Set the value of Formalname.
public
setFormalname(string $formalname) : self
Parameters
- $formalname : string
Return values
self —setInfokeys()
Set the value of Infokeys.
public
setInfokeys(string $infokeys) : self
Parameters
- $infokeys : string
Return values
self —setInstalldate()
Set the value of Installdate.
public
setInstalldate(DateTime|DateTimeImmutable $installdate) : self
Parameters
- $installdate : DateTime|DateTimeImmutable
Return values
self —setInstalledby()
Set the value of Installedby.
public
setInstalledby(string $installedby) : self
Parameters
- $installedby : string
Return values
self —setModuleauthor()
Set the value of Moduleauthor.
public
setModuleauthor(string $moduleauthor) : self
Parameters
- $moduleauthor : string
Return values
self —setModulename()
Set the value of Modulename.
public
setModulename(string $modulename) : self
Parameters
- $modulename : string
Return values
self —setType()
Set the value of Type.
public
setType(bool $type) : self
Parameters
- $type : bool
Return values
self —setVersion()
Set the value of Version.
public
setVersion(string $version) : self
Parameters
- $version : string