• Модуль: mail
  • Путь к файлу: ~/bitrix/modules/mail/lib/registrar/omnilance.php
  • Класс: BitrixMailRegistrarOmnilance
  • Вызов: Omnilance::__construct
public function __construct(string $apiKey, string $secretKey)
{
	$this->apiKey = $apiKey;
	$this->secretKey = $secretKey;
	$this->http = new BitrixMainWebHttpClient;
	$this->http->setTimeout(5);
}