• Модуль: mail
  • Путь к файлу: ~/bitrix/modules/mail/lib/collection/immutable.php
  • Класс: BitrixMailCollectionImmutable
  • Вызов: Immutable::appendItem
protected function appendItem(Item $item, $throwException = true)
{
	if ($this->ensureItem($item, $throwException)) {
		$this->items[] = $item;
		return true;
	}
	return false;
}