• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/sender/rc/service.php
  • Класс: Bitrix\Crm\Integration\Sender\Rc\Service
  • Вызов: Service::canUse
static function canUse()
{
	if (!Loader::includeModule('sender'))
	{
		return false;
	}

	return class_exists('\Bitrix\Sender\Integration\Crm\ReturnCustomer\Service');
}