InfoBoxRepositoryReader

Implements \InfoBoxRepositoryReaderInterface

Class InfoBoxReader

category

System

package

InfoBox

Methods

InfoBoxReader constructor.

__construct(\CI_DB_query_builder $db) 

Arguments

$db

\CI_DB_query_builder

Database connection.

_createCollection

_createCollection(array $rows) 

Arguments

$rows

array

_createObject

_createObject(array $message) 

Arguments

$message

array

Returns all messages.

getAll() : \InfoBoxMessageCollection

Properties

Database connection.

db : \CI_DB_query_builder
var

Type(s)

\CI_DB_query_builder

Name of the table for the info box messages entries.

infoBoxTable : string
var

Type(s)

string

Name of the table for the info box description entries.

infoBoxTableDescription : string
var

Type(s)

string

Language provider.

languageProvider : \LanguageProvider
var

Type(s)

\LanguageProvider