Class InfoBoxRepositoryReader

Class InfoBoxReader

InfoBoxRepositoryReader implements InfoBoxRepositoryReaderInterface

Methods summary

public __construct( CI_DB_query_builder $db )

InfoBoxReader constructor.

public getAll( void ) : InfoBoxMessageCollection

Returns all messages.

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 $languageProvider : LanguageProvider

Language provider.