• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/sms/provider/baseinternal.php
  • Класс: Bitrix\Crm\Integration\Sms\Provider\BaseInternal
  • Вызов: BaseInternal::getOption
protected function getOption($optionName, $defaultValue = null)
{
	$options = $this->getOptions();
	return isset($options[$optionName]) ? $options[$optionName] : $defaultValue;
}