• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/livechatmanager.php
  • Класс: BitrixImOpenLinesLiveChatManager
  • Вызов: LiveChatManager::__construct
public function __construct($configId)
{
	$this->id = intval($configId);
	$this->config = false;
	$this->error = new BasicError(null, '', '');

	BitrixMainLoader::includeModule("im");
}