CBPDocumentService::__dump_bx

  1. Bitrix24 API (v. 23.675.0)
  2. bizproc
  3. CBPDocumentService
  4. __dump_bx
  • Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/classes/general/documentservice.php
  • Класс: CBPDocumentService
  • Вызов: CBPDocumentService::__dump_bx
function __dump_bx(arr, limitLevel, txt)
{
if (limitLevel == undefined)
	limitLevel = 3;
if (txt == undefined)
	txt = "";
else
	txt += ":\n";
alert(txt+__dumpInternal_bx(arr, 0, limitLevel));
}

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