• Модуль: bitrixcloud
  • Путь к файлу: ~/bitrix/modules/bitrixcloud/classes/general/monitoring_result.php
  • Класс: CBitrixCloudMonitoringDomainResult
  • Вызов: CBitrixCloudMonitoringDomainResult::__construct
public function __construct($name, array $tests)
{
	$this->name = $name;
	$this->setTests($tests);
}