# ReminderTable

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

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

## Описание

НИЧЕГО НЕ ПИШИТЕ НИЖЕ ЭТОЙ СТРОКИ

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

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

- `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`
- `RECIPIENT_TYPE_ACCOMPLICE`
- `RECIPIENT_TYPE_ORIGINATOR`
- `RECIPIENT_TYPE_RESPONSIBLE`
- `RECIPIENT_TYPE_SELF`
- `TRANSPORT_EMAIL`
- `TRANSPORT_JABBER`
- `TYPE_COMMON`
- `TYPE_DEADLINE`
- `TYPE_RECURRING`

## Методы (54)

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

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