CBPDocument::addShowParameterInit

  1. Bitrix24 API (v. 23.675.0)
  2. bizproc
  3. CBPDocument
  4. addShowParameterInit
  • Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/classes/general/document.php
  • Класс: CBPDocument
  • Вызов: CBPDocument::addShowParameterInit
static function addShowParameterInit($module, $type, $document_type, $entity = "", $document_id = '')
{
	$GLOBALS["BP_AddShowParameterInit_".$module."_".$entity."_".$document_type] = 1;
	CUtil::InitJSCore(array("window", "ajax"));

	$dts = CBPDocument::signDocumentType([$module, $entity, $document_type]);
?>


Добавить комментарий