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