• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/classes/mysql/cml2.php
  • Класс: is
  • Вызов: is::__construct
function __construct($table_name = "b_xml_tree")
{
	$this->_table_name = strtolower($table_name);
}