phpDocumentor

QuickEditOverviewColumns
in package
implements QuickEditOverviewColumnsInterface

Class QuickEditOverviewColumns

Tags
category

System

subpackage

QuickEdit

Interfaces, Classes and Traits

QuickEditOverviewColumnsInterface
Interface QuickEditOverviewColumnsInterface

Table of Contents

$columns  : array<string|int, mixed>
$db  : CI_DB_query_builder
$languageTextManager  : LanguageTextManager
__construct()  : mixed
QuickEditOverviewColumns constructor.
getColumns()  : DataTableColumnCollection
Get the DataTableColumnCollection of the table.
serializeColumns()  : array<string|int, mixed>
Serializes the data of a table column.
_getCategoriesConfiguration()  : array<string|int, mixed>
Returns a list of all category names and category identifiers.
_getManufacturerConfiguration()  : array<string|int, mixed>
Returns a list of all manufacturer names and manufacturer identifiers.
_getParentCategoriesName()  : string
Returns the corresponding category name based on the parentId.
_getShipmentConfiguration()  : array<string|int, mixed>
Returns a list of all shipment names and shipment identifiers.
_getStatusConfiguration()  : array<string|int, mixed>
Returns a list of all status names and status identifiers.
_getTaxConfiguration()  : array<string|int, mixed>
Returns a list of all tax names and tax 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.

_getCategoriesConfiguration()

Returns a list of all category names and category identifiers.

protected _getCategoriesConfiguration() : array<string|int, mixed>
Return values
array<string|int, mixed>

Returns a list of all category names and category identifiers.

_getManufacturerConfiguration()

Returns a list of all manufacturer names and manufacturer identifiers.

protected _getManufacturerConfiguration() : array<string|int, mixed>
Return values
array<string|int, mixed>

Returns a list of all manufacturer and manufacturer identifiers.

_getParentCategoriesName()

Returns the corresponding category name based on the parentId.

protected _getParentCategoriesName(int $parentCategoryId) : string
Parameters
$parentCategoryId : int

Parent category ID.

Return values
string

Returns the corresponding category name based on the parentId.

_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.

_getStatusConfiguration()

Returns a list of all status names and status identifiers.

protected _getStatusConfiguration() : array<string|int, mixed>
Return values
array<string|int, mixed>

Returns a list of all status names and status identifiers.

_getTaxConfiguration()

Returns a list of all tax names and tax identifiers.

protected _getTaxConfiguration() : array<string|int, mixed>
Return values
array<string|int, mixed>

Returns a list of all tax names and tax 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