Class InfoBoxWriter
Class InfoBoxWriter
- InfoBoxWriter implements InfoBoxWriterInterface
Package: InfoBox\Interfaces
Category: System
Located at Services/Core/InfoBox/Writer/InfoBoxWriter.php
Category: System
Located at Services/Core/InfoBox/Writer/InfoBoxWriter.php
Methods summary
public
|
|
public
|
|
public
|
|
public
|
Properties summary
protected
CI_DB_query_builder
|
$db
Database connection. |
|
protected
string
|
$infoBoxTable
Name of the table for the info box messages entries. |
#
'infobox_messages'
|
protected
string
|
$infoBoxTableDescription
Name of the table for the info box description entries. |
#
'infobox_messages_description'
|
protected
string
|
$dateTimeFormat
Formatting pattern for date time values. |
#
'Y-m-d H:i:s'
|
protected
|
$languageProvider
Language provider. |
|
protected
string
|
$id_column
Name of the ID column. |
#
'infobox_messages_id'
|
protected
integer
|
$reactivationTimeLimit
Info box item reactivation time limit. Default value is 604800 which equals 1 week. |
#
604800
|