• Модуль: perfmon
  • Путь к файлу: ~/bitrix/modules/perfmon/lib/sql/index.php
  • Класс: BitrixPerfmonSqlIndex
  • Вызов: Index::__construct
function __construct($name = '', $unique, $fulltext=false)
{
	parent::__construct($name);
	$this->unique = (bool)$unique;
	$this->fulltext = (bool)$fulltext;
}