• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/Calc/Libs/DocumentLib.php
  • Класс: BitrixBizprocCalcLibsDocumentLib
  • Вызов: DocumentLib::getFunctions
public function getFunctions(): array
{
	return [
		'getdocumenturl' => [
			'args' => true,
			'func' => 'callGetDocumentUrl',
			'description' => Loc::getMessage('BIZPROC_CALC_FUNCTION_GETDOCUMENTURL_DESCRIPTION'),
		],
	];
}