ClientexecSettings
Generic Clientexec Settings Migrator.
Table of Contents
Methods
| __construct() | ClientexecSettings constructor. |
| get() | Get all settings. |
| getSetting() | Get an specific setting. |
Methods
__construct()
ClientexecSettings constructor.
public
__construct(Record $remote) : mixed
Parameters
- $remote : Record
get()
Get all settings.
public
get() : mixed
Return values
mixed —The result of the sql transaction
getSetting()
Get an specific setting.
public
getSetting(mixed $key) : mixed
Parameters
- $key : mixed
Return values
mixed —The result of the sql transaction