• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Entity/EntityCollection.php
  • Класс: BitrixImV2EntityEntityCollection
  • Вызов: EntityCollection::offsetSet
public function offsetSet($offset, $value): void
{
	if ($offset === null)
	{
		if ($value->getId() !== null)
		{
			$this->entitiesWithId[$value->getId()] = $value;
		}
	}

	parent::offsetSet($offset, $value);
}