Settings
Settings.
Tags
Table of Contents
- $setting : string
- $value : string
- getSetting() : string
- Get the value of Setting.
- getValue() : string
- Get the value of Value.
- setSetting() : self
- Set the value of Setting.
- setValue() : self
- Set the value of Value.
Properties
$setting
private
string
$setting
Tags
$value
private
string
$value
Tags
Methods
getSetting()
Get the value of Setting.
public
getSetting() : string
Return values
string —getValue()
Get the value of Value.
public
getValue() : string
Return values
string —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