• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/Debugger/Session/Session.php
  • Класс: BitrixBizprocDebuggerSessionSession
  • Вызов: Session::getShortDescription
public function getShortDescription(): ?string
{
	return BitrixMainLocalizationLoc::getMessage(
		'BIZPROC_DEBUGGER_SESSION_SESSION_SHORT_DESCRIPTION',
		[
			'#USER#' => $this->getStartedByPrintable(),
			'#ENTITY#' => $this->getDocumentTypeCaption(),
		]
	);
}