• Модуль: perfmon
  • Путь к файлу: ~/bitrix/modules/perfmon/lib/sql/table.php
  • Класс: BitrixPerfmonSqlTable
  • Вызов: Table::__construct
function __construct($name = '')
{
	parent::__construct($name);
	$this->columns = new Collection;
	$this->indexes = new Collection;
	$this->constraints = new Collection;
	$this->triggers = new Collection;
}