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)
_createObject
_createObject(array $message)
Returns all messages.
getAll() : \InfoBoxMessageCollection
Properties
Database connection.
db : \CI_DB_query_builder
Type(s)
\CI_DB_query_builder
Name of the table for the info box messages entries.
infoBoxTable : string
Name of the table for the info box description entries.
infoBoxTableDescription : string
Language provider.
languageProvider : \LanguageProvider