• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/Debugger/Session/Session.php
  • Класс: BitrixBizprocDebuggerSessionSession
  • Вызов: Session::getParameterDocumentType
public function getParameterDocumentType(): array
{
	return [
		$this->getModuleId(),
		$this->getEntity(),
		$this->getDocumentType(),
	];
}