Class QuickEditOverviewColumns
Class QuickEditOverviewColumns
-
QuickEditOverviewColumns
implements
QuickEditOverviewColumnsInterface
Methods summary
public
|
#
__construct( )
QuickEditOverviewColumns constructor.
QuickEditOverviewColumns constructor.
|
public
DataTableColumnCollection
|
#
getColumns( )
Get the DataTableColumnCollection of the table.
Get the DataTableColumnCollection of the table.
Returns
Implementation of
|
public
array
|
#
serializeColumns( )
Serializes the data of a table column.
Serializes the data of a table column.
Returns
array Returns the serialized table column data.
Implementation of
|
protected
array
|
#
_getTooltipValues( string $name )
Returns the text phrase for the desired value.
Returns the text phrase for the desired value.
Parameters
- $name
- identifier of the wanted text phrase.
Returns
array Returns the text phrase for the desired value.
|
protected
array
|
#
_getStatusConfiguration( )
Returns a list of all status names and status identifiers.
Returns a list of all status names and status identifiers.
Returns
array Returns a list of all status names and status identifiers.
|
protected
array
|
#
_getShipmentConfiguration( )
Returns a list of all shipment names and shipment identifiers.
Returns a list of all shipment names and shipment identifiers.
Returns
array Returns a list of all shipment names and shipment identifiers.
|
protected
array
|
#
_getTaxConfiguration( )
Returns a list of all tax names and tax identifiers.
Returns a list of all tax names and tax identifiers.
Returns
array Returns a list of all tax names and tax identifiers.
|
protected
array
|
#
_getManufacturerConfiguration( )
Returns a list of all manufacturer names and manufacturer identifiers.
Returns a list of all manufacturer names and manufacturer identifiers.
Returns
array Returns a list of all manufacturer and manufacturer identifiers.
|
protected
array
|
#
_getCategoriesConfiguration( )
Returns a list of all category names and category identifiers.
Returns a list of all category names and category identifiers.
Returns
array Returns a list of all category names and category identifiers.
|
protected
string
|
#
_getParentCategoriesName( integer $parentCategoryId )
Returns the corresponding category name based on the parentId.
Returns the corresponding category name based on the parentId.
Parameters
- $parentCategoryId
- Parent category ID.
Returns
string Returns the corresponding category name based on the parentId.
|