QuickEditPropertiesOverviewColumns
in package
implements
QuickEditPropertiesOverviewColumnsInterface
Class QuickEditPropertiesOverviewColumns
Tags
Interfaces, Classes and Traits
- QuickEditPropertiesOverviewColumnsInterface
- Interface QuickEditPropertiesOverviewColumnsInterface
Table of Contents
- $columns : array<string|int, mixed>
- $db : CI_DB_query_builder
- $languageTextManager : LanguageTextManager
- __construct() : mixed
- QuickEditPropertiesOverviewColumns constructor.
- getColumns() : DataTableColumnCollection
- Get the DataTableColumnCollection of the table.
- serializeColumns() : array<string|int, mixed>
- Serializes the data of a table column.
- _getPriceTypeConfiguration() : array<string|int, mixed>
- Returns a list of all price types names and price type identifiers.
- _getShipmentConfiguration() : array<string|int, mixed>
- Returns a list of all shipment names and shipment identifiers.
- _getTooltipValues() : array<string|int, mixed>
- Returns the text phrase for the desired value.
Properties
$columns
protected
array<string|int, mixed>
$columns
= []
$db
protected
CI_DB_query_builder
$db
$languageTextManager
protected
LanguageTextManager
$languageTextManager
Methods
__construct()
QuickEditPropertiesOverviewColumns constructor.
public
__construct() : mixed
Return values
mixed —getColumns()
Get the DataTableColumnCollection of the table.
public
getColumns() : DataTableColumnCollection
Return values
DataTableColumnCollection —Returns the DataTableColumnCollection of the table.
serializeColumns()
Serializes the data of a table column.
public
serializeColumns() : array<string|int, mixed>
Return values
array<string|int, mixed> —Returns the serialized table column data.
_getPriceTypeConfiguration()
Returns a list of all price types names and price type identifiers.
protected
_getPriceTypeConfiguration() : array<string|int, mixed>
Return values
array<string|int, mixed> —Returns a list of all price types names and price type identifiers.
_getShipmentConfiguration()
Returns a list of all shipment names and shipment identifiers.
protected
_getShipmentConfiguration() : array<string|int, mixed>
Return values
array<string|int, mixed> —Returns a list of all shipment names and shipment identifiers.
_getTooltipValues()
Returns the text phrase for the desired value.
protected
_getTooltipValues(string $name) : array<string|int, mixed>
Parameters
- $name : string
-
identifier of the wanted text phrase.
Return values
array<string|int, mixed> —Returns the text phrase for the desired value.