• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Chat/EntityChat.php
  • Класс: BitrixImV2ChatEntityChat
  • Вызов: EntityChat::setEntityMap
public function setEntityMap(array $entityMap): self
{
	foreach ($entityMap as $field => $map)
	{
		if (in_array($field, self::ENTITY_MAP_FIELDS, true) && is_array($map))
		{
			$this->entityMap[$field] = array_values($map);
		}
	}

	return $this;
}