ModuleUserprefs
in package
ModuleUserprefs.
Tags
Table of Contents
- $modulename : string
- $setting : string
- $userid : int
- $value : string
- getModulename() : string
- Get the value of Modulename.
- getSetting() : string
- Get the value of Setting.
- getUserid() : int
- Get the value of Userid.
- getValue() : string
- Get the value of Value.
- setModulename() : self
- Set the value of Modulename.
- setSetting() : self
- Set the value of Setting.
- setUserid() : self
- Set the value of Userid.
- setValue() : self
- Set the value of Value.
Properties
$modulename
private
string
$modulename
= ''
Tags
$setting
private
string
$setting
= ''
Tags
$userid
private
int
$userid
= 0
Tags
$value
private
string
$value
= ''
Tags
Methods
getModulename()
Get the value of Modulename.
public
getModulename() : string
Return values
string —getSetting()
Get the value of Setting.
public
getSetting() : string
Return values
string —getUserid()
Get the value of Userid.
public
getUserid() : int
Return values
int —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 —setSetting()
Set the value of Setting.
public
setSetting(string $setting) : self
Parameters
- $setting : string
Return values
self —setUserid()
Set the value of Userid.
public
setUserid(int $userid) : self
Parameters
- $userid : int
Return values
self —setValue()
Set the value of Value.
public
setValue(string $value) : self
Parameters
- $value : string