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

  • OrderItemAttributeRepository
  • OrderItemAttributeRepositoryDeleter
  • OrderItemAttributeRepositoryReader
  • OrderItemAttributeRepositoryWriter
  • OrderItemPropertyRepository
  • OrderItemPropertyRepositoryDeleter
  • OrderItemPropertyRepositoryReader
  • OrderItemPropertyRepositoryWriter
  • OrderItemRepository
  • OrderItemRepositoryDeleter
  • OrderItemRepositoryReader
  • OrderItemRepositoryWriter
  • OrderRepository
  • OrderRepositoryDeleter
  • OrderRepositoryReader
  • OrderRepositoryWriter
  • OrderTotalRepository
  • OrderTotalRepositoryDeleter
  • OrderTotalRepositoryReader
  • OrderTotalRepositoryWriter

Class OrderItemAttributeRepositoryDeleter

Class OrderItemAttributeRepositoryDeleter

OrderItemAttributeRepositoryDeleter implements OrderItemAttributeRepositoryDeleterInterface
Package: Order\Repositories
Category: System
Located at Services/Core/Order/Repositories/Deleter/OrderItemAttributeRepositoryDeleter.inc.php

Methods summary

public
# __construct( CI_DB_query_builder $dbQueryBuilder )

OrderItemAttributeRepositoryDeleter constructor.

OrderItemAttributeRepositoryDeleter constructor.

Parameters

$dbQueryBuilder
Query builder.
public OrderItemAttributeRepositoryDeleter
# deleteAttributeById( IdType $orderItemAttributeId )

Removes an attribute by the given order item attribute ID.

Removes an attribute by the given order item attribute ID.

Parameters

$orderItemAttributeId
ID of the order item attribute.

Returns

OrderItemAttributeRepositoryDeleter
Same instance for method chaining.

Implementation of

OrderItemAttributeRepositoryDeleterInterface::deleteAttributeById()
public OrderItemAttributeRepositoryDeleter
# deleteAttributesByOrderItemId( IdType $orderItemId )

Removes all attributes from the order item by the given order item ID.

Removes all attributes from the order item by the given order item ID.

Parameters

$orderItemId
ID of the order item.

Returns

OrderItemAttributeRepositoryDeleter
Same instance for method chaining.

Implementation of

OrderItemAttributeRepositoryDeleterInterface::deleteAttributesByOrderItemId()

Properties summary

protected CI_DB_query_builder $db

Query builder.

Query builder.

#
API documentation generated by ApiGen