GridId
extends GridId
Table of Contents
Constants
-
DEFAULT_GRID_ID_PREFIX
= 'CRM_'
-
DEFAULT_GRID_MY_COMPANY_SUFFIX
= 'MYCOMPANY'
Methods
-
__construct()
: mixed
-
getBaseValue()
: string
-
getDefaultSuffix()
: string
-
getValue()
: string
-
getValueForCategory()
: string
DEFAULT_GRID_ID_PREFIX
public
mixed
DEFAULT_GRID_ID_PREFIX
= 'CRM_'
DEFAULT_GRID_MY_COMPANY_SUFFIX
public
mixed
DEFAULT_GRID_MY_COMPANY_SUFFIX
= 'MYCOMPANY'
__construct()
public
__construct(int $entityTypeId) : mixed
Parameters
-
$entityTypeId
: int
-
getBaseValue()
public
getBaseValue([array<string|int, mixed> $context = [] ]) : string
Parameters
-
$context
: array<string|int, mixed>
= []
-
getDefaultSuffix()
public
getDefaultSuffix(int $categoryId) : string
Parameters
-
$categoryId
: int
-
getValue()
public
getValue([string $suffix = '' ][, array<string|int, mixed> $context = [] ]) : string
Parameters
-
$suffix
: string
= ''
-
-
$context
: array<string|int, mixed>
= []
-
getValueForCategory()
public
getValueForCategory(int $categoryId[, array<string|int, mixed> $context = [] ]) : string
Parameters
-
$categoryId
: int
-
-
$context
: array<string|int, mixed>
= []
-