phpDocumentor

UserConfigurationReader implements UserConfigurationReaderInterface

Class UserConfigurationReader

Tags
category

System

subpackage

Repository

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

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
Tags
override
Return values
string

Search results