• Модуль: perfmon
  • Путь к файлу: ~/bitrix/modules/perfmon/lib/sql/schema.php
  • Класс: BitrixPerfmonSqlSchema
  • Вызов: Schema::__construct
function __construct()
{
	$this->tables = new Collection;
	$this->procedures = new Collection;
	$this->sequences = new Collection;
}