Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • 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
    • Invoices
    • Orders
    • Serializers
    • Templates
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Precheck
  • 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
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • InfoBoxRepository
  • InfoBoxRepositoryDeleter

Class InfoBoxRepositoryDeleter

Class InfoBoxRepositoryDeleter

InfoBoxRepositoryDeleter implements InfoBoxRepositoryDeleterInterface
Package: InfoBox\Repositories
Category: System
Located at Services/Core/InfoBox/Repositories/Deleter/InfoBoxRepositoryDeleter.php

Methods summary

public
# __construct( CI_DB_query_builder $db )

InfoBoxDeleter constructor.

InfoBoxDeleter constructor.

Parameters

$db
Database connection.
public
# deleteBySource( StringType $source )

Deletes messages by source.

Deletes messages by source.

Parameters

$source
Source.

Note

Find a better solution to delete the rows.

Implementation of

InfoBoxRepositoryDeleterInterface::deleteBySource()
public
# deleteById( IdType $id )

Deletes a message by ID.

Deletes a message by ID.

Parameters

$id
Message ID.

Implementation of

InfoBoxRepositoryDeleterInterface::deleteById()
public
# deleteByIdentifier( StringType $identifier )

Deletes a message based on its identifier

Deletes a message based on its identifier

Parameters

$identifier
Message identifier

Todo

Find a better solution to delete the rows.

Implementation of

InfoBoxRepositoryDeleterInterface::deleteByIdentifier()

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 string $id_column

Name of the ID column.

Name of the ID column.

# 'infobox_messages_id'
protected string $portalSourceType

Portal notifications source-type.

Portal notifications source-type.

# 'portal_info'
API documentation generated by ApiGen