• Модуль: messageservice
  • Путь к файлу: ~/bitrix/modules/messageservice/lib/sender/baseconfigurable.php
  • Класс: BitrixMessageServiceSenderBaseConfigurable
  • Вызов: BaseConfigurable::setOption
protected function setOption($optionName, $optionValue): BaseConfigurable
{
	$this->optionManager ??= new ProvidersBaseOption($this->getType(), $this->getId());
	$this->optionManager->setOption($optionName, $optionValue);

	return $this;
}