• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/notifyim.php
  • Класс: BitrixRestNotifyIm
  • Вызов: NotifyIm::__construct
public function __construct()
{
	if(!Loader::includeModule('im'))
	{
		throw new SystemException('Module not installed: im');
	}
}