phpDocumentor

QuickEditPropertiesOverviewColumns
in package
implements QuickEditPropertiesOverviewColumnsInterface

Class QuickEditPropertiesOverviewColumns

Tags
category

System

subpackage

QuickEdit

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

Methods

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.

Search results