• Модуль: perfmon
  • Путь к файлу: ~/bitrix/modules/perfmon/lib/sql/base_object.php
  • Класс: BitrixPerfmonSqlfor
  • Вызов: for::__construct
function __construct($name = '')
{
	$this->name = (string)$name;
	$this->ciName = $this->getCompareName($this->name);
}