• Модуль: mail
  • Путь к файлу: ~/bitrix/modules/mail/lib/internals/messageclosure.php
  • Класс: BitrixMailInternalsMessageClosureTable
  • Вызов: MessageClosureTable::insertIgnoreFromSelect
static function insertIgnoreFromSelect(string $fromSelect): int
{
	return self::insertIgnoreFromSql("($fromSelect)");
}