|
1C-Bitrix 25.700.0
|
Открытые статические члены | |
| static | getUserTypeDescription () |
| static | renderField (array $userField, ?array $additionalParameters=[]) |
| static | renderView (array $userField, ?array $additionalParameters=[]) |
| static | renderEdit (array $userField, ?array $additionalParameters=[]) |
| static | renderSettings ($userField, ?array $additionalParameters, $varsFromForm) |
| static | renderEditForm (array $userField, ?array $additionalParameters) |
| static | renderAdminListView (array $userField, ?array $additionalParameters) |
| static | renderAdminListEdit (array $userField, ?array $additionalParameters) |
| static | renderFilter (array $userField, ?array $additionalParameters) |
| static | renderText (array $userField) |
| static | getSettingsHtml ($userField, ?array $additionalParameters, $varsFromForm) |
| static | getPublicView (array $userField, ?array $additionalParameters=[]) |
| static | getPublicEdit (array $userField, ?array $additionalParameters=[]) |
| static | getEditFormHtml (array $userField, ?array $additionalParameters) |
| static | getAdminListViewHtml (array $userField, ?array $additionalParameters) |
| static | getAdminListEditHTML (array $userField, ?array $additionalParameters) |
| static | getFilterHtml (array $userField, ?array $additionalParameters) |
| static | getPublicText (array $userField) |
| static | getDefaultValue (array $userField, array $additionalParameters=[]) |
| static | getDbColumnType () |
| static | isMandatorySupported () |
| static | isMultiplicitySupported () |
Поля данных | |
| const | MODE_EDIT = 'main.edit' |
| const | MODE_VIEW = 'main.view' |
Защищенные статические члены | |
| static | getDescription () |
| static | getBaseUserTypeDescription () |
Защищенные данные | |
| const | USER_TYPE_ID = null |
| const | RENDER_COMPONENT = null |
См. определение в файле basetype.php строка 5
| array | $userField | |
| array | null | $additionalParameters |
См. определение в файле basetype.php строка 296
| array | $userField | |
| array | null | $additionalParameters |
Переопределяется в CUserTypeHlblock.
См. определение в файле basetype.php строка 286
|
staticprotected |
См. определение в файле basetype.php строка 42
|
staticabstract |
Переопределяется в MoneyType, AddressType, ElementType, BooleanType, DateTimeType, DateType, DoubleType, EnumType, FileType, IntegerType и StringType.
| array | $userField | |
| array | $additionalParameters |
Переопределяется в ElementType, SectionType, DateType, EnumType и CUserTypeHlblock.
См. определение в файле basetype.php строка 325
|
staticprotected |
Переопределяется в MoneyType, AddressType, ElementType, SectionType, BooleanType, DateTimeType, DateType, DoubleType, EnumType, FileType, IntegerType, StringFormattedType, StringType, UrlType и CUserTypeHlblock.
См. определение в файле basetype.php строка 34
| array | $userField | |
| array | null | $additionalParameters |
См. определение в файле basetype.php строка 276
| array | $userField | |
| array | null | $additionalParameters |
Переопределяется в FileType.
См. определение в файле basetype.php строка 306
| array | $userField | |
| array | null | $additionalParameters |
См. определение в файле basetype.php строка 266
|
static |
| array | $userField | |
| array | null | $additionalParameters |
См. определение в файле basetype.php строка 256
|
static |
| array | bool | $userField | |
| array | null | $additionalParameters | |
| $varsFromForm |
См. определение в файле basetype.php строка 246
|
static |
См. определение в файле basetype.php строка 26
|
static |
Переопределяется в BooleanType.
См. определение в файле basetype.php строка 333
|
static |
Переопределяется в BooleanType.
См. определение в файле basetype.php строка 338
This function is called when the property value is displayed in the list of items in edit mode.
Returns html to embed in a table cell. $AdditionalParameters elements are converted to html safe mode.
| array | $userField | An array describing the field. |
| array | null | $additionalParameters | An array of controls from the form. Contains the elements NAME and VALUE. |
Переопределяется в ElementType, EnumType и CUserTypeHlblock.
См. определение в файле basetype.php строка 158
This function is called when the property value is displayed in the list of elements.
Returns html to embed in a table cell. $AdditionalParameters elements are converted to html safe mode.
| array | $userField | An array describing the field. |
| array | null | $additionalParameters | An array of controls from the form. Contains the elements NAME and VALUE. |
Переопределяется в ElementType, EnumType и CUserTypeHlblock.
См. определение в файле basetype.php строка 143
This function is called when editing property values in the public part of the site.
Returns html. If the class does not provide such a function, then the type manager will call the component specified in the property metadata or system bitrix: system.field.edit
| array | $userField | An array describing the field. |
| array | null | $additionalParameters | Additional parameters (e.g. context). |
Переопределяется в ElementType, EnumType и CUserTypeHlblock.
См. определение в файле basetype.php строка 92
This function is called when the form for editing the property value is displayed, for example, here /bitrix/admin/iblock_section_edit.php
Returns html for embedding in a table cell in the entity editing form (on the "Advanced Properties" tab).
| array | $userField | An array describing the field. |
| array | null | $additionalParameters | An array of controls from the form. Contains the elements NAME and VALUE. |
Переопределяется в ElementType, EnumType и CUserTypeHlblock.
См. определение в файле basetype.php строка 126
| array | $userField | |
| array | null | $additionalParameters |
Переопределяется в ElementType, EnumType и CUserTypeHlblock.
См. определение в файле basetype.php строка 58
This function is called when the filter is displayed on the list page.
Returns html to embed in a table cell. $additionalParameters elements are html safe.
| array | $userField | An array describing the field. |
| array | null | $additionalParameters | An array of controls from the form. Contains the elements NAME and VALUE. |
Переопределяется в ElementType, EnumType и CUserTypeHlblock.
См. определение в файле basetype.php строка 174
|
static |
This function is called when the property settings form is displayed.
Returns html for embedding in a 2-column table in the form usertype_edit.php
| bool | array | $userField | An array describing the field. For a new (not yet added field - false) |
| array | null | $additionalParameters | Array of advanced parameters |
| $varsFromForm |
См. определение в файле basetype.php строка 108
|
static |
This function is called when the property values are displayed in the public part of the site.
Returns html. If the class does not provide such a function, then the type manager will call the component specified in the property metadata or system bitrix: system.field.view
| array | $userField | An array describing the field. |
| array | null | $additionalParameters | Additional parameters (e.g. context). |
Переопределяется в ElementType, EnumType и CUserTypeHlblock.
См. определение в файле basetype.php строка 75
| const MODE_EDIT = 'main.edit' |
См. определение в файле basetype.php строка 8
| const MODE_VIEW = 'main.view' |
См. определение в файле basetype.php строка 9
|
protected |
См. определение в файле basetype.php строка 21
|
protected |
См. определение в файле basetype.php строка 20