• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/Debugger/Session/Document.php
  • Класс: BitrixBizprocDebuggerSessionDocument
  • Вызов: Document::getSignedDocument
public function getSignedDocument(): string
{
	$this->fillSession();
	$session = $this->getSession();

	return CBPDocument::signParameters([
		$session->getParameterDocumentType(),
		$this->getRealCategoryId(),
		$this->getDocumentId(),
	]);
}