• Модуль: perfmon
  • Путь к файлу: ~/bitrix/modules/perfmon/lib/php/codetree.php
  • Класс: BitrixPerfmonPhpCodeTree
  • Вызов: CodeTree::getCodeTree
public function getCodeTree()
{
	if (!$this->tree)
	{
		$this->makeCodeTree($this->statements, $this->tree);
	}
	return $this->tree;
}