Settings
in package
Settings.
Tags
Table of Contents
- $setting : string|null
- $value : string|null
- 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|null
$setting
= null
Tags
$value
private
string|null
$value
= null
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