• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Rest/PopupData.php
  • Класс: BitrixImV2RestPopupData
  • Вызов: PopupData::mergeFromEntity
public function mergeFromEntity(RestConvertible $entity, array $excludedList = []): self
{
	if ($entity instanceof PopupDataAggregatable)
	{
		return $this->merge($entity->getPopupData($excludedList));
	}

	return $this;
}