GmConfigurationReader
in package
implements
GmConfigurationReaderInterface
Class GmConfigurationReader
Interfaces, Classes and Traits
- GmConfigurationReaderInterface
- Interface GmConfigurationReaderInterface
Table of Contents
- CONFIGURATION_TABLE = 'gx_configurations'
- $queryBuilder : CI_DB_query_builder
- __construct() : mixed
- GmConfigurationReader constructor.
- getConfigurationByKey() : array<string|int, string>
Constants
CONFIGURATION_TABLE
protected
string
CONFIGURATION_TABLE
= 'gx_configurations'
Properties
$queryBuilder
protected
CI_DB_query_builder
$queryBuilder
Methods
__construct()
GmConfigurationReader constructor.
public
__construct(CI_DB_query_builder $queryBuilder) : mixed
Parameters
- $queryBuilder : CI_DB_query_builder
Return values
mixed —getConfigurationByKey()
public
getConfigurationByKey(string $key) : array<string|int, string>
Parameters
- $key : string