ComplexCollection::setComplex

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. ComplexCollection
  4. setComplex
  • Модуль: 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);
}

Добавить комментарий