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