• Модуль: messageservice
  • Путь к файлу: ~/bitrix/modules/messageservice/lib/Providers/Edna/Initiator.php
  • Класс: BitrixMessageServiceProvidersEdnaInitiator
  • Вызов: Initiator::__construct
public function __construct(
	ProvidersOptionManager $optionManager,
	ProvidersSupportChecker $supportChecker,
	EdnaRu $utils,
	string $providerId
)
{
	$this->optionManager = $optionManager;
	$this->supportChecker = $supportChecker;
	$this->utils = $utils;
	$this->cacheManager = new ProvidersCacheManager($providerId);
}