ModuleSettings
in package
ModuleSettings.
Tags
Table of Contents
- $modulename : string|null
- $setting : string|null
- $value : string|null
- getModulename() : string
- Get the value of Modulename.
- getSetting() : string
- Get the value of Setting.
- getValue() : string
- Get the value of Value.
- setModulename() : self
- Set the value of Modulename.
- setSetting() : self
- Set the value of Setting.
- setValue() : self
- Set the value of Value.
Properties
$modulename
private
string|null
$modulename
= 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 —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 —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