Class InfoBoxRepositoryDeleter

Class InfoBoxRepositoryDeleter

InfoBoxRepositoryDeleter implements InfoBoxRepositoryDeleterInterface

Methods summary

public __construct( CI_DB_query_builder $db )

InfoBoxDeleter constructor.

public deleteBySource( StringType $source )

Deletes messages by source.

public deleteById( IdType $id )

Deletes a message by ID.

public deleteByIdentifier( StringType $identifier )

Deletes a message based on its identifier

Properties summary

protected $db : CI_DB_query_builder

Database connection


		
protected $infoBoxTable : string

Name of the table for the info box messages entries.

'infobox_messages'
protected $infoBoxTableDescription : string

Name of the table for the info box description entries.

'infobox_messages_description'
protected $id_column : string

Name of the ID column.

'infobox_messages_id'
protected $portalSourceType : string

Portal notifications source-type.

'portal_info'