|
static | GetUserTypeDescription () |
static | PrepareSettings ($arProperty) |
static | GetSettingsHTML ($arProperty, $strHTMLControlName, &$arPropertyFields) |
static | GetPropertyFieldHtml ($arProperty, $value, $strHTMLControlName) |
static | GetPublicEditHTML ($property, $value, $control) |
static | GetPublicEditHTMLMulty ($property, $value, $control) |
static | GetOptionsHtml ($arProperty, $values) |
static | GetOptionsData ($arProperty) |
static | GetExtendedValue ($arProperty, $value) |
static | GetAdminListViewHTML ($arProperty, $value, $strHTMLControlName) |
static | GetPublicViewHTML ($arProperty, $value, $strHTMLControlName) |
static | GetAdminFilterHTML ($arProperty, $strHTMLControlName) |
static | GetSearchContent ($arProperty, $value, $strHTMLControlName) |
static | AddFilterFields ($arProperty, $strHTMLControlName, &$arFilter, &$filtered) |
static | createHighloadTableName ($name) |
static | GetUIFilterProperty ($property, $strHTMLControlName, &$field) |
static | GetUIEntityEditorProperty ($settings, $value) |
static | GetUIEntityEditorPropertyEditHtml (array $params=[]) |
static | GetUIEntityEditorPropertyViewHtml (array $params=[]) |
static | cleanCache () |
◆ AddFilterFields()
AddFilterFields |
( |
| $arProperty, |
|
|
| $strHTMLControlName, |
|
|
& | $arFilter, |
|
|
& | $filtered ) |
|
static |
Add values in filter.
- Аргументы
-
array | $arProperty | |
array | $strHTMLControlName | |
array | &$arFilter | |
bool | &$filtered | |
- Возвращает
- void
См. определение в файле prop_directory.php строка 703
◆ cleanCache()
◆ createHighloadTableName()
createHighloadTableName |
( |
| $name | ) |
|
|
static |
Returns table name for new entity.
- Аргументы
-
- Возвращает
- bool|string
См. определение в файле prop_directory.php строка 738
◆ GetAdminFilterHTML()
GetAdminFilterHTML |
( |
| $arProperty, |
|
|
| $strHTMLControlName ) |
|
static |
Return admin filter html.
- Аргументы
-
array | $arProperty | Property description. |
array | $strHTMLControlName | Control description. |
- Возвращает
- string
См. определение в файле prop_directory.php строка 630
◆ GetAdminListViewHTML()
GetAdminListViewHTML |
( |
| $arProperty, |
|
|
| $value, |
|
|
| $strHTMLControlName ) |
|
static |
Returns admin list view html.
- Аргументы
-
array | $arProperty | Property description. |
array | $value | Current value. |
array | $strHTMLControlName | Control description. |
- Возвращает
- string
См. определение в файле prop_directory.php строка 590
◆ GetExtendedValue()
GetExtendedValue |
( |
| $arProperty, |
|
|
| $value ) |
|
static |
Returns data for smart filter.
- Аргументы
-
array | $arProperty | Property description. |
array | $value | Current value. |
- Возвращает
- false|array
См. определение в файле prop_directory.php строка 514
◆ GetOptionsData()
GetOptionsData |
( |
| $arProperty | ) |
|
|
static |
Returns data for list.
- Аргументы
-
array | $arProperty | Property description. |
- Возвращает
- array
См. определение в файле prop_directory.php строка 484
◆ GetOptionsHtml()
GetOptionsHtml |
( |
| $arProperty, |
|
|
| $values ) |
|
static |
Returns list values.
- Аргументы
-
array | $arProperty | Property description. |
array | $values | Current value. |
- Возвращает
- string
См. определение в файле prop_directory.php строка 442
◆ GetPropertyFieldHtml()
GetPropertyFieldHtml |
( |
| $arProperty, |
|
|
| $value, |
|
|
| $strHTMLControlName ) |
|
static |
Return html for edit single value.
- Аргументы
-
array | $arProperty | Property description. |
array | $value | Current value. |
array | $strHTMLControlName | Control description. |
- Возвращает
- string
См. определение в файле prop_directory.php строка 377
◆ GetPublicEditHTML()
GetPublicEditHTML |
( |
| $property, |
|
|
| $value, |
|
|
| $control ) |
|
static |
Return html for public edit value.
- Аргументы
-
array | $property | Property description. |
array | $value | Current value. |
array | $control | Control description. |
- Возвращает
- string
См. определение в файле prop_directory.php строка 398
◆ GetPublicEditHTMLMulty()
GetPublicEditHTMLMulty |
( |
| $property, |
|
|
| $value, |
|
|
| $control ) |
|
static |
Return html for public edit multi values.
- Аргументы
-
array | $property | Property description. |
array | $value | Current value. |
array | $control | Control description. |
- Возвращает
- string
См. определение в файле prop_directory.php строка 421
◆ GetPublicViewHTML()
GetPublicViewHTML |
( |
| $arProperty, |
|
|
| $value, |
|
|
| $strHTMLControlName ) |
|
static |
Return public list view html (module list).
- Аргументы
-
array | $arProperty | Property description. |
array | $value | Current value. |
array | $strHTMLControlName | Control description. |
- Возвращает
- string
См. определение в файле prop_directory.php строка 608
◆ GetSearchContent()
GetSearchContent |
( |
| $arProperty, |
|
|
| $value, |
|
|
| $strHTMLControlName ) |
|
static |
Return property value for search.
- Аргументы
-
array | $arProperty | Property description. |
array | $value | Current value. |
array | $strHTMLControlName | Control description. |
- Возвращает
- string
См. определение в файле prop_directory.php строка 660
◆ GetSettingsHTML()
GetSettingsHTML |
( |
| $arProperty, |
|
|
| $strHTMLControlName, |
|
|
& | $arPropertyFields ) |
|
static |
Returns html for show in edit property page.
- Аргументы
-
array | $arProperty | Property description. |
array | $strHTMLControlName | Control description. |
array | $arPropertyFields | Property fields for edit form. |
- Возвращает
- string
См. определение в файле prop_directory.php строка 136
◆ GetUIEntityEditorProperty()
GetUIEntityEditorProperty |
( |
| $settings, |
|
|
| $value ) |
|
static |
◆ GetUIEntityEditorPropertyEditHtml()
GetUIEntityEditorPropertyEditHtml |
( |
array | $params = [] | ) |
|
|
static |
◆ GetUIEntityEditorPropertyViewHtml()
GetUIEntityEditorPropertyViewHtml |
( |
array | $params = [] | ) |
|
|
static |
◆ GetUIFilterProperty()
GetUIFilterProperty |
( |
| $property, |
|
|
| $strHTMLControlName, |
|
|
& | $field ) |
|
static |
- Аргументы
-
array | $property | |
array | $strHTMLControlName | |
array | &$field | |
- Возвращает
- void
См. определение в файле prop_directory.php строка 753
◆ GetUserTypeDescription()
GetUserTypeDescription |
( |
| ) |
|
|
static |
Returns property type description.
- Возвращает
- array
См. определение в файле prop_directory.php строка 28
◆ PrepareSettings()
PrepareSettings |
( |
| $arProperty | ) |
|
|
static |
Prepare settings for property.
- Аргументы
-
array | $arProperty | Property description. |
- Возвращает
- array
См. определение в файле prop_directory.php строка 58
◆ resolveHighloadblockByTableName()
resolveHighloadblockByTableName |
( |
string | $tableName | ) |
|
|
staticprotected |
◆ $arFullCache
◆ $arItemCache
◆ $directoryMap
◆ $hlblockCache
◆ $hlblockClassNameCache
array $hlblockClassNameCache = [] |
|
staticprotected |
◆ TABLE_PREFIX
const TABLE_PREFIX = 'b_hlbd_' |
◆ USER_TYPE
const USER_TYPE = 'directory' |
Объявления и описания членов класса находятся в файле: