• Модуль: bitrixcloud
  • Путь к файлу: ~/bitrix/modules/bitrixcloud/classes/general/monitoring_result.php
  • Класс: CBitrixCloudMonitoringDomainResult
  • Вызов: CBitrixCloudMonitoringDomainResult::offsetSet
public function offsetSet($offset, $value)
{
	if (is_null($offset))
	{
		$this->tests[] = $value;
	}
	else
	{
		$this->tests[$offset] = $value;
	}
}