• Модуль: meeting
  • Путь к файлу: ~/bitrix/modules/meeting/classes/general/events.php
  • Класс: CMeetingForumHandlers
  • Вызов: CMeetingForumHandlers::__construct
public function __construct($forumId, &$arEntity)
{
	$this->arEntity = &$arEntity;

	$this->ProcessForum($forumId);
	$this->SetHandlers();
}