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
    • Geschaeftskundenversand
    • Helpers
    • Invoices
    • Orders
    • ParcelShopFinder
    • QuickEdit
    • Serializers
    • Templates
  • Geschaeftskundenversand
    • Exceptions
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • OrderStatus
    • Collections
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Repositories
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • QuickEdit
    • Interfaces
    • Repositories
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository
  • VersionInfo
    • Factories
    • Reader
    • ValueObjects

Classes

  • QuickEditDocuments
  • QuickEditOverviewColumns
  • QuickEditOverviewTooltips
  • QuickEditProductListItem
  • QuickEditProductPropertiesListItem
  • QuickEditProductSpecialPriceListItem
  • QuickEditPropertiesOverviewColumns
  • QuickEditPropertiesTooltips
  • QuickEditSpecialPricesOverviewColumns
  • QuickEditSpecialPriceTooltips

Interfaces

  • QuickEditDocumentsInterface
  • QuickEditOverviewColumnsInterface
  • QuickEditOverviewTooltipsInterface
  • QuickEditPropertiesOverviewColumnsInterface
  • QuickEditPropertiesTooltipsInterface
  • QuickEditSpecialPricesOverviewColumnsInterface
  • QuickEditSpecialPriceTooltipsInterface

Class QuickEditPropertiesOverviewColumns

Class QuickEditPropertiesOverviewColumns

QuickEditPropertiesOverviewColumns implements QuickEditPropertiesOverviewColumnsInterface
Package: Extensions\QuickEdit
Category: System
Located at Extensions/QuickEdit/QuickEditPropertiesOverviewColumns.inc.php

Methods summary

public
# __construct( )

QuickEditPropertiesOverviewColumns constructor.

QuickEditPropertiesOverviewColumns constructor.

public DataTableColumnCollection
# getColumns( )

Get the DataTableColumnCollection of the table.

Get the DataTableColumnCollection of the table.

Returns

DataTableColumnCollection
Returns the DataTableColumnCollection of the table.

Implementation of

QuickEditPropertiesOverviewColumnsInterface::getColumns()
public array
# serializeColumns( )

Serializes the data of a table column.

Serializes the data of a table column.

Returns

array
Returns the serialized table column data.

Implementation of

QuickEditPropertiesOverviewColumnsInterface::serializeColumns()
protected array
# _getTooltipValues( string $name )

Returns the text phrase for the desired value.

Returns the text phrase for the desired value.

Parameters

$name
identifier of the wanted text phrase.

Returns

array
Returns the text phrase for the desired value.
protected array
# _getShipmentConfiguration( )

Returns a list of all shipment names and shipment identifiers.

Returns a list of all shipment names and shipment identifiers.

Returns

array
Returns a list of all shipment names and shipment identifiers.
protected array
# _getPriceTypeConfiguration( )

Returns a list of all price types names and price type identifiers.

Returns a list of all price types names and price type identifiers.

Returns

array
Returns a list of all price types names and price type identifiers.

Properties summary

protected CI_DB_query_builder $db
#
protected array $columns
# []
protected LanguageTextManager $languageTextManager
#
API documentation generated by ApiGen