• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Entity/Task/TaskItem.php
  • Класс: BitrixImV2EntityTaskTaskItem
  • Вызов: TaskItem::getPopupData
public function getPopupData(array $excludedList = []): PopupData
{
	return new PopupData([new UserPopupItem([$this->getCreatorId(), $this->getResponsibleId()])], $excludedList);
}