|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct ($source=null) | |
| load ($source) | |
| setValue ($value) | |
| getDefaultValue () | |
| hasValue () | |
| getValue () | |
| addValue ($value) | |
| unsetValue () | |
| isHidden () | |
| toRestFormat () | |
| toPullFormat () | |
| setParamId (int $paramId) | |
| getParamId () | |
| setMessageId (int $messageId) | |
| getMessageId () | |
| setName (string $name) | |
| getName () | |
| saveNameFilter ($name) | |
| setType (string $type) | |
| getType () | |
| detectType () | |
| setJsonValue ($value) | |
| getJsonValue () | |
| getPrimaryId () | |
| setPrimaryId (int $primaryId) | |
| isValid () | |
| saveValueFilter ($value) | |
| loadValueFilter ($value) | |
| saveJsonFilter ($value) | |
| loadJsonFilter ($value) | |
| Открытые члены унаследованные от RegistryEntry | |
| setRegistry (Registry $registry) | |
| getRegistry () | |
| Открытые члены унаследованные от ActiveRecord | |
| prepareFields () | |
| getDataEntity () | |
| save () | |
| delete () | |
| markChanged () | |
| isChanged () | |
| markDrop () | |
| isDeleted () | |
| fill (array $source) | |
| toArray (bool $recursive) | |
Открытые статические члены | |
| static | getDataClass () |
Поля данных | |
| const | TYPE_STRING = 'String' |
| const | TYPE_INT = 'Integer' |
| const | TYPE_BOOL = 'Boolean' |
| const | TYPE_STRING_ARRAY = 'ArrayString' |
| const | TYPE_INT_ARRAY = 'ArrayInteger' |
| const | TYPE_DATE_TIME = 'DateTime' |
| const | TYPE_JSON = 'Json' |
Защищенные члены | |
| shouldProcessEmoji () | |
Защищенные статические члены | |
| static | mirrorDataEntityFields () |
Защищенные данные | |
| string | $type = null |
| int | $paramId = null |
| int | $messageId = null |
| string | $name = null |
| $value = null | |
| string | $jsonValue = null |
| $defaultValue = null | |
| __construct | ( | $source = null | ) |
| addValue | ( | $value | ) |
|
static |
| getDefaultValue | ( | ) |
| getMessageId | ( | ) |
Замещает MessageParameter.
| getName | ( | ) |
| getPrimaryId | ( | ) |
| getType | ( | ) |
| getValue | ( | ) |
Замещает MessageParameter.
Переопределяется в Attach, DateTime, Keyboard, Menu, UserAvatar и UserName.
| hasValue | ( | ) |
| isHidden | ( | ) |
| isValid | ( | ) |
| load | ( | $source | ) |
| int | array | EntityObject | $source |
Замещает ActiveRecord.
| loadJsonFilter | ( | $value | ) |
| mixed | $value |
Переопределяется в CopilotRoles, Attach, ComponentParams, Keyboard и Menu.
| loadValueFilter | ( | $value | ) |
|
staticprotected |
| saveJsonFilter | ( | $value | ) |
| mixed | $value |
Переопределяется в CopilotRoles, Attach, ComponentParams, Keyboard и Menu.
| saveValueFilter | ( | $value | ) |
| mixed | $value |
Переопределяется в CopilotRoles, Attach, ComponentParams, DateTime, Keyboard и Menu.
| setMessageId | ( | int | $messageId | ) |
Замещает MessageParameter.
| setName | ( | string | $name | ) |
| string | $name |
Замещает MessageParameter.
| setPrimaryId | ( | int | $primaryId | ) |
| setType | ( | string | $type | ) |
| string | $type |
Замещает MessageParameter.
| setValue | ( | $value | ) |
| mixed | $value |
Замещает MessageParameter.
Переопределяется в CopilotRoles, Attach, ComponentParams, DateTime, Keyboard и Menu.
| toPullFormat | ( | ) |
Замещает MessageParameter.
Переопределяется в CopilotRoles, Attach, ComponentParams, Keyboard, Menu и UserAvatar.
| toRestFormat | ( | ) |
Замещает MessageParameter.
Переопределяется в CopilotRoles, Attach, ComponentParams, DateTime, Keyboard и Menu.
| unsetValue | ( | ) |