Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Helpers
    • Orders
    • Serializers
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Interfaces
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • InfoBoxDeleter
  • InfoBoxMessage
  • InfoBoxMessageCollection
  • InfoBoxReader
  • InfoBoxService

Class InfoBoxReader

Class InfoBoxReader

InfoBoxReader implements InfoBoxReaderInterface
Package: InfoBox
Category: System
Located at Services/Core/InfoBox/Reader/InfoBoxReader.php

Methods summary

public
# __construct( CI_DB_query_builder $db )

InfoBoxReader constructor.

InfoBoxReader constructor.

Parameters

$db
Database connection.
public InfoBoxMessageCollection
# getAll( )

Returns all messages.

Returns all messages.

Returns

InfoBoxMessageCollection

Implementation of

InfoBoxReaderInterface::getAll()

Properties summary

protected CI_DB_query_builder $db

Database connection.

Database connection.

#
protected string $infoBoxTable

Name of the table for the info box messages entries.

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.

Name of the table for the info box description entries.

# 'infobox_messages_description'
protected LanguageProvider $languageProvider

Language provider.

Language provider.

#
API documentation generated by ApiGen