ModuleObjprefs
in package
ModuleObjprefs.
Tags
Table of Contents
- $modulename : string|null
- $objid : int|null
- $objtype : string|null
- $setting : string|null
- $value : string|null
- getModulename() : string
- Get the value of Modulename.
- getObjid() : int
- Get the value of Objid.
- getObjtype() : string
- Get the value of Objtype.
- getSetting() : string
- Get the value of Setting.
- getValue() : string
- Get the value of Value.
- setModulename() : self
- Set the value of Modulename.
- setObjid() : self
- Set the value of Objid.
- setObjtype() : self
- Set the value of Objtype.
- setSetting() : self
- Set the value of Setting.
- setValue() : self
- Set the value of Value.
Properties
$modulename
private
string|null
$modulename
= null
Tags
$objid
private
int|null
$objid
= 0
Tags
$objtype
private
string|null
$objtype
= null
Tags
$setting
private
string|null
$setting
= null
Tags
$value
private
string|null
$value
= null
Tags
Methods
getModulename()
Get the value of Modulename.
public
getModulename() : string
Return values
string —getObjid()
Get the value of Objid.
public
getObjid() : int
Return values
int —getObjtype()
Get the value of Objtype.
public
getObjtype() : string
Return values
string —getSetting()
Get the value of Setting.
public
getSetting() : string
Return values
string —getValue()
Get the value of Value.
public
getValue() : string
Return values
string —setModulename()
Set the value of Modulename.
public
setModulename(string $modulename) : self
Parameters
- $modulename : string
Return values
self —setObjid()
Set the value of Objid.
public
setObjid(int $objid) : self
Parameters
- $objid : int
Return values
self —setObjtype()
Set the value of Objtype.
public
setObjtype(string $objtype) : self
Parameters
- $objtype : string
Return values
self —setSetting()
Set the value of Setting.
public
setSetting(string $setting) : self
Parameters
- $setting : string
Return values
self —setValue()
Set the value of Value.
public
setValue(string $value) : self
Parameters
- $value : string