...Человеческий поиск в разработке...
- Модуль: 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)); }