• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/sms/provider/baseinternal.php
  • Класс: Bitrix\Crm\Integration\Sms\Provider\BaseInternal
  • Вызов: BaseInternal::clearOptions
public function clearOptions()
{
	$this->options = array();
	$providerId = $this->getId();
	Option::delete('crm', array('name' => 'integration.sms.'.$providerId));
	return true;
}