• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Rest/PopupData.php
  • Класс: BitrixImV2RestPopupData
  • Вызов: PopupData::__construct
public function __construct(array $popupDataItems, array $excludedList = [])
{
	foreach ($popupDataItems as $popupDataItem)
	{
		$this->add($popupDataItem);
	}
	$this->excludedList = $excludedList;
	$this->filterItems($excludedList);
}