• Модуль: perfmon
  • Путь к файлу: ~/bitrix/modules/perfmon/lib/sql/index.php
  • Класс: BitrixPerfmonSqlIndex
  • Вызов: Index::addColumn
function addColumn($name)
{
	$this->columns[] = trim($name);
	$this->setBody(implode(", ", $this->columns));
	return $this;
}