QuickEditOverviewColumns

Implements \QuickEditOverviewColumnsInterface

Class QuickEditOverviewColumns

category

System

package

Extensions

subpackage

QuickEdit

Methods

QuickEditOverviewColumns constructor.

__construct() 

Returns a list of all category names and category identifiers.

_getCategoriesConfiguration() : array

Response

array

Returns a list of all category names and category identifiers.

Returns a list of all manufacturer names and manufacturer identifiers.

_getManufacturerConfiguration() : array

Response

array

Returns a list of all manufacturer and manufacturer identifiers.

Returns the corresponding category name based on the parentId.

_getParentCategoriesName(integer $parentCategoryId) : string

Arguments

$parentCategoryId

integer

Parent category ID.

Response

string

Returns the corresponding category name based on the parentId.

Returns a list of all shipment names and shipment identifiers.

_getShipmentConfiguration() : array

Response

array

Returns a list of all shipment names and shipment identifiers.

Returns a list of all status names and status identifiers.

_getStatusConfiguration() : array

Response

array

Returns a list of all status names and status identifiers.

Returns a list of all tax names and tax identifiers.

_getTaxConfiguration() : array

Response

array

Returns a list of all tax names and tax identifiers.

Returns the text phrase for the desired value.

_getTooltipValues(string $name) : array

Arguments

$name

string

identifier of the wanted text phrase.

Response

array

Returns the text phrase for the desired value.

Get the DataTableColumnCollection of the table.

getColumns() : \DataTableColumnCollection

Response

\DataTableColumnCollection

Returns the DataTableColumnCollection of the table.

Serializes the data of a table column.

serializeColumns() : array

Response

array

Returns the serialized table column data.

Properties

db

db : \CI_DB_query_builder
var

Type(s)

\CI_DB_query_builder

columns

columns : array
var

Type(s)

array

languageTextManager

languageTextManager : \LanguageTextManager
var

Type(s)

\LanguageTextManager