• Модуль: bitrixcloud
  • Путь к файлу: ~/bitrix/modules/bitrixcloud/classes/general/monitoring_result.php
  • Класс: CBitrixCloudMonitoringDomainResult
  • Вызов: CBitrixCloudMonitoringDomainResult::offsetGet
public function offsetGet($offset)
{
	return isset($this->tests[$offset])? $this->tests[$offset]: null;
}