См. определение в файле base.php строка 11
◆ afterLoadInternalModify()
static afterLoadInternalModify |
( |
array |
$row | ) |
|
|
staticprotected |
◆ checkAllowedOperation()
static checkAllowedOperation |
( |
string |
$operation | ) |
|
|
static |
◆ checkAllowedProductType()
static checkAllowedProductType |
( |
int |
$type | ) |
|
|
static |
◆ checkRestictions()
static checkRestictions |
( |
array |
$restrictions | ) |
|
|
static |
◆ clearCache()
◆ create()
◆ getAllowedOperations()
static getAllowedOperations |
( |
| ) |
|
|
static |
◆ getAllowedProductTypeList()
static getAllowedProductTypeList |
( |
| ) |
|
|
static |
◆ getCommonError()
static getCommonError |
( |
string |
$errorCode | ) |
|
|
staticprotected |
◆ getConfig()
Returns field config or null, if field is not allowed.
- Возвращает
- array|null array or null. if returns array, his keys are case sensitive:
-
array FIELD - description of user field. Required. Contains all data for create user field.
Other keys in context interface class (user field type).
◆ getDescription()
static getDescription |
( |
| ) |
|
|
static |
Returns field description or null, if field is not allowed. Contains identifier and interface class.
- Возвращает
- array|null array or null. if returns array, his keys are case sensitive:
-
string ID - constains copy of className::FIELD_ID from real class.
-
string TYPE - constains copy of className::TYPE_ID from real class.
-
string TITLE - contains field name.
См. определение в файле base.php строка 69
◆ getFieldId()
◆ getGridAction()
◆ getGridActionConfig()
◆ getGroupActionRequest()
◆ getLanguages()
Fills and returns list of active languages.
- Возвращает
- array
См. определение в файле base.php строка 184
◆ getMessages()
static getMessages |
( |
string |
$file, |
|
|
array |
$messageIds |
|
) |
| |
|
staticprotected |
◆ getOperationSelectFieldList()
static getOperationSelectFieldList |
( |
string |
$operation | ) |
|
|
static |
◆ getTitle()
◆ getTitleInternal()
static getTitleInternal |
( |
| ) |
|
|
staticabstractprotected |
◆ getTypeId()
◆ getUiDescription()
static getUiDescription |
( |
array |
$restrictions | ) |
|
|
static |
◆ getUiDescriptionInternal()
static getUiDescriptionInternal |
( |
array |
$description, |
|
|
array |
$userField, |
|
|
array |
$restrictions |
|
) |
| |
|
staticprotected |
◆ getUserFieldBaseParam()
static getUserFieldBaseParam |
( |
| ) |
|
|
staticabstract |
◆ getUserFieldName()
static getUserFieldName |
( |
string |
$id | ) |
|
|
staticprotected |
◆ isAllowed()
◆ isBitrix24()
◆ isExists()
◆ load()
◆ prepareValue()
static prepareValue |
( |
string |
$operation, |
|
|
array |
$productRow |
|
) |
| |
|
static |
◆ renderAdminFormControl()
static renderAdminFormControl |
( |
array |
$field, |
|
|
array |
$product, |
|
|
array |
$config |
|
) |
| |
|
static |
◆ updateProductFormConfiguration()
static updateProductFormConfiguration |
( |
| ) |
|
|
static |
◆ $allowedOperations
array $allowedOperations = null |
|
staticprotected |
◆ $allowedProductTypeList
array $allowedProductTypeList = null |
|
staticprotected |
List of allowed product types.
См. определение в файле base.php строка 53
◆ $bitrix24Include
bool $bitrix24Include = null |
|
staticprotected |
Contains true for cloud project.
См. определение в файле base.php строка 41
◆ $languages
List of active languages.
См. определение в файле base.php строка 46
◆ FIELD_ID
◆ FIELD_PREFIX
const FIELD_PREFIX = 'UF_' |
|
protected |
◆ TYPE_ID