Class QuickEditOverviewColumns

Class QuickEditOverviewColumns

QuickEditOverviewColumns implements QuickEditOverviewColumnsInterface

Methods summary

public __construct( void )

QuickEditOverviewColumns constructor.

public getColumns( void ) : DataTableColumnCollection

Get the DataTableColumnCollection of the table.

public serializeColumns( void ) : array

Serializes the data of a table column.

protected _getTooltipValues( string $name ) : array

Returns the text phrase for the desired value.

protected _getStatusConfiguration( void ) : array

Returns a list of all status names and status identifiers.

protected _getShipmentConfiguration( void ) : array

Returns a list of all shipment names and shipment identifiers.

protected _getTaxConfiguration( void ) : array

Returns a list of all tax names and tax identifiers.

protected _getManufacturerConfiguration( void ) : array

Returns a list of all manufacturer names and manufacturer identifiers.

protected _getCategoriesConfiguration( void ) : array

Returns a list of all category names and category identifiers.

protected _getParentCategoriesName( integer $parentCategoryId ) : string

Returns the corresponding category name based on the parentId.

Properties summary

protected $db : CI_DB_query_builder

		
protected $columns : array
[]
protected $languageTextManager : LanguageTextManager