NextDom\Model\Entity\Config
Config object Used for store core configuration
Synopsis
class Config
{
- // methods
- public string getValue()
- public $this setValue()
- public string getKey()
- public $this setKey()
- public string getPlugin()
- public $this setPlugin()
- public string getTableName()
Members
protected
- $key — string
- $plugin — string
- $value — string
Methods
public
- getKey() — Get the key of the config
- getPlugin() — Get linked plugin
- getTableName() — Get the name of the SQL table where data is stored.
- getValue() — Get the value of the config
- setKey() — Set the key of the config
- setPlugin() — Set linked plugin
- setValue() — Set the value for the config