...Человеческий поиск в разработке...
- Модуль: im
- Путь к файлу: ~/bitrix/modules/im/lib/model/linkcalendarindex.php
- Класс: BitrixImModelLinkCalendarIndexTable
- Вызов: LinkCalendarIndexTable::indexInBackground
static function indexInBackground(array $ids): void { if (!empty($ids)) { array_push(static::$toIndexIds, ...$ids); } static::defaultIndexInBackground(); }