UserConfigurationReader
in package
implements
UserConfigurationReaderInterface
Class UserConfigurationReader
Tags
Interfaces, Classes and Traits
- UserConfigurationReaderInterface
- Interface UserConfigurationReaderInterface
Table of Contents
- $db : CI_DB_query_builder
- __construct() : mixed
- getUserConfiguration() : string
- Gets a user configuration (table: user_configuration)
Properties
$db
protected
CI_DB_query_builder
$db
Methods
__construct()
public
__construct(CI_DB_query_builder $db) : mixed
Parameters
- $db : CI_DB_query_builder
Return values
mixed —getUserConfiguration()
Gets a user configuration (table: user_configuration)
public
getUserConfiguration(IdType $userId, mixed $configurationKey) : string
Parameters
- $userId : IdType
- $configurationKey : mixed