# ParameterTable

URL: https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/
Проверено на 1С-Битрикс 25.x, обновлено 03.08.2026.
Источник: независимый русскоязычный справочник chugunov.pro. Не является официальной документацией 1С-Битрикс.

Класс `\Bitrix\Tasks\Internals\Task\ParameterTable`
Модуль: Tasks.

## Описание

Поля:

ID int обязательное

NAME string(50) обязательное

VALUE string(10) необязательное

Исходный файл: `source/tasks/lib/internals/task/parameter.php:36`

## Константы (14)

- `EVENT_ON_ADD`
- `EVENT_ON_AFTER_ADD`
- `EVENT_ON_AFTER_DELETE`
- `EVENT_ON_AFTER_UPDATE`
- `EVENT_ON_BEFORE_ADD`
- `EVENT_ON_BEFORE_DELETE`
- `EVENT_ON_BEFORE_UPDATE`
- `EVENT_ON_DELETE`
- `EVENT_ON_UPDATE`
- `PARAM_ALLOW_CHANGE_DATE_PLAN`
- `PARAM_RESULT_REQUIRED`
- `PARAM_SUBTASKS_AUTOCOMPLETE`
- `PARAM_SUBTASKS_TIME`
- `PREFIX_PARAM`

## Методы (56)

- [`static add()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/add/) — Добавляет строку в таблицу сущности
- [`static addMulti()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/addmulti/) — Добавляет несколько строк в таблицу сущности.
- [`static checkFields()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/checkfields/) — Проверяет поля данных перед сохранением в БД. Результат хранится в объекте $result
- [`static cleanCache()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/cleancache/) — Очищает кеш таблета после модификаций данных.
- [`static createCollection()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/createcollection/)
- [`static createObject()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/createobject/)
- [`static cryptoEnabled()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/cryptoenabled/) — Возвращает true, если для поля включено шифрование.
- [`static delete()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/delete/) — Удаляет строку в таблице сущности по первичному ключу
- [`static deleteByFilter()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/deletebyfilter/)
- [`static deleteList()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/deletelist/)
- [`static enableCrypto()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/enablecrypto/) — Устанавливает флаг, указывающий на поддержку шифрования для поля.
- [`static getById()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/getbyid/) — Возвращает выборку по первичному ключу сущности
- [`static getByPrimary()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/getbyprimary/) — Возвращает выборку по первичному ключу сущности и необязательным параметрам для getList()
- [`static getClass()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/getclass/)
- [`static getCollectionClass()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/getcollectionclass/) — Возвращает класс коллекции объектов для текущей сущности.
- [`static getCollectionClassName()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/getcollectionclassname/) — Возвращает имя класса (без пространства имён) коллекции объектов для текущей сущности.
- [`static getCollectionParentClass()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/getcollectionparentclass/)
- [`static getConnectionName()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/getconnectionname/) — Возвращает имя соединения для сущности
- [`static getCount()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/getcount/) — Выполняет запрос COUNT к сущности и возвращает результат.
- [`static getEntity()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/getentity/) — Возвращает объект сущности
- [`static getEntityClass()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/getentityclass/)
- [`static getLegacyMap()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/getlegacymap/)
- [`static getList()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/getlist/) — Выполняет запрос и возвращает выборку по параметрам запроса. Эта функция является псевдонимом для функций объекта Query
- [`static getMap()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/getmap/) — Возвращает описание карты сущности.
- [`static getObjectClass()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/getobjectclass/) — Возвращает класс объекта для текущей сущности.
- [`static getObjectClassName()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/getobjectclassname/) — Возвращает имя класса (без пространства имён) объекта для текущей сущности.
- [`static getObjectParentClass()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/getobjectparentclass/)
- [`static getQueryClass()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/getqueryclass/)
- [`static getRow()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/getrow/) — Возвращает одну строку (или null) по параметрам для getList()
- [`static getRowById()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/getrowbyid/) — Возвращает одну строку (или null) по первичному ключу сущности
- [`static getTableName()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/gettablename/) — Возвращает имя таблицы БД для сущности.
- [`static getTitle()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/gettitle/)
- [`static getUfId()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/getufid/)
- [`static isCacheable()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/iscacheable/) — Вы можете полностью отключить кеш для таблета.
- [`static isUtm()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/isutm/)
- [`static isUts()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/isuts/)
- [`static onAdd()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/onadd/)
- [`static onAfterAdd()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/onafteradd/)
- [`static onAfterDelete()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/onafterdelete/)
- [`static onAfterUpdate()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/onafterupdate/)
- [`static onBeforeAdd()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/onbeforeadd/)
- [`static onBeforeDelete()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/onbeforedelete/)
- [`static onBeforeUpdate()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/onbeforeupdate/)
- [`static onDelete()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/ondelete/)
- [`static onUpdate()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/onupdate/)
- [`static paramsList()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/paramslist/)
- [`static postInitialize()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/postinitialize/)
- [`static query()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/query/) — Создаёт и возвращает объект Query для сущности
- [`static setCurrentDeletingObject()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/setcurrentdeletingobject/)
- [`static setDefaultScope()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/setdefaultscope/)
- [`static unsetEntity()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/unsetentity/)
- [`static update()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/update/) — Обновляет строку в таблице сущности по первичному ключу
- [`static updateMulti()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/updatemulti/)
- [`static validateValue()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/validatevalue/) — Возвращает валидаторы для поля VALUE.
- [`static wakeUpCollection()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/wakeupcollection/)
- [`static wakeUpObject()`](https://chugunov.pro/api-bitrix/tasks/internals/task/parametertable/wakeupobject/)

Оригинал в официальной документации: https://docs.1c-bitrix.ru/api/classes/Bitrix-Tasks-Internals-Task-ParameterTable.html
