...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/entity/identificator/complexcollection.php
- Класс: Bitrix\Crm\Entity\Identificator\ComplexCollection
- Вызов: ComplexCollection::setComplex
public function setComplex(Complex $complex, $uniqueOnly = false, $offset = null) { if ($uniqueOnly && $this->hasComplex($complex)) { return; } parent::offsetSet($offset, $complex); }