category
|
System
|
package
|
InfoBox
|
subpackage
|
Repositories
|
Methods
InfoBoxDeleter constructor.
__construct(\CI_DB_query_builder $db)
Arguments
$db
\CI_DB_query_builder
Database connection.
Deletes a message by ID.
deleteById(\IdType $id)
Deletes a message based on its identifier
deleteByIdentifier(\StringType $identifier)
todo
|
Find a better solution to delete the rows.
|
|
|
Arguments
Deletes messages by source.
deleteBySource(\StringType $source)
NOTE
|
Find a better solution to delete the rows.
|
|
|
Arguments
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
Name of the ID column.
id_column : string
Portal notifications source-type.
portalSourceType : string