...Человеческий поиск в разработке...
- Модуль: blog
- Путь к файлу: ~/bitrix/modules/blog/lib/copy/implement/base.php
- Класс: BitrixBlogCopyImplementBase
- Вызов: Base::updateAttachedIdsInText
public function updateAttachedIdsInText(int $id, array $attachedIds, callable $callback): void { list($field, $text) = $this->getText($id); $detailText = call_user_func_array($callback, [ $text, $this->ufEntityObject, $id, $this->ufDiskFileField, $attachedIds ]); $this->update($id, [$field => $detailText]); }