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