• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/rest/helper.php
  • Класс: BitrixVoximplantRestHelper
  • Вызов: Helper::onRestAppInstall
static function onRestAppInstall($params)
{
	if(!BitrixMainLoader::includeModule('rest'))
	{
		return;
	}

	CVoxImplantUser::clearCache();
}