• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/classes/general/runtime.php
  • Класс: CBPRuntime
  • Вызов: CBPRuntime::getDebugService
public function getDebugService($name)
{
	if (array_key_exists($name, $this->debugServices))
	{
		return $this->debugServices[$name];
	}

	return null;
}