• Модуль: messageservice
  • Путь к файлу: ~/bitrix/modules/messageservice/lib/Providers/Base/Option.php
  • Класс: BitrixMessageServiceProvidersBaseOption
  • Вызов: Option::__construct
public function __construct(string $providerType, string $providerId)
{
	$this->options = null;

	$this->providerType = mb_strtolower($providerType);
	$this->providerId = $providerId;

	$this->dbOptionName = 'sender.' . $this->providerType . '.' . $this->providerId;
}