category
|
System
|
package
|
InfoBox
|
subpackage
|
Interfaces
|
Methods
Constructor of the class InfoBoxWriter.
__construct(\CI_DB_query_builder $db)
Arguments
$db
\CI_DB_query_builder
Query builder.
Reactivates all messages.
reactivate()
Updates a message status.
setStatus(\IdType $id, \StringType $status)
Adds a new message.
write(\InfoBoxMessage $message)
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
Name of the ID column.
id_column : string
Info box item reactivation time limit.
reactivationTimeLimit : integer
Default value is 604800 which equals 1 week.
Type(s)
integer