Service::canUse

  1. Bitrix24 API (v. 23.675.0)
  2. sender
  3. Service
  4. canUse
  • Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/voximplant/service.php
  • Класс: Bitrix\Sender\Integration\VoxImplant\Service
  • Вызов: Service::canUse
static function canUse()
{
	if (!Loader::includeModule('voximplant'))
	{
		return false;
	}
	else
	{
		return true;
	}
}

Добавить комментарий