• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/sms/provider/base.php
  • Класс: Bitrix\Crm\Integration\Sms\Provider\Base
  • Вызов: Base::getType
public function getType();

public function isInternal()
{
	return (static::getType() === static::PROVIDER_TYPE_INTERNAL);
}