ProductList
Table of Contents
Constants
- DEFAULT_GRID_ID = 'CCrmEntityProductListComponent'
Methods
- addGridHeaders() : void
- Add headers to product grid of CRM entity card
- getComponentUrl() : string
- getHeaderDefaultMap() : array<string|int, mixed>
- Map of showing columns in product grid of CRM entity card by default
- getLoaderUrl() : string
- removeGridHeaders() : void
- Remove headers from product grid of CRM entity card
Constants
DEFAULT_GRID_ID
public
mixed
DEFAULT_GRID_ID
= 'CCrmEntityProductListComponent'
Methods
addGridHeaders()
Add headers to product grid of CRM entity card
public
static addGridHeaders(array<string|int, mixed> $headers) : void
Parameters
- $headers : array<string|int, mixed>
getComponentUrl()
public
static getComponentUrl([array<string|int, mixed> $options = [] ][, string $queryString = '' ]) : string
Parameters
- $options : array<string|int, mixed> = []
- $queryString : string = ''
Return values
stringgetHeaderDefaultMap()
Map of showing columns in product grid of CRM entity card by default
public
static getHeaderDefaultMap() : array<string|int, mixed>
Return values
array<string|int, mixed>getLoaderUrl()
public
static getLoaderUrl([array<string|int, mixed> $options = [] ][, string $queryString = '' ]) : string
Parameters
- $options : array<string|int, mixed> = []
- $queryString : string = ''
Return values
stringremoveGridHeaders()
Remove headers from product grid of CRM entity card
public
static removeGridHeaders(mixed $headers) : void
Parameters
- $headers : mixed