- Модуль: bizproc
- Путь к файлу: ~/bitrix/modules/bizproc/classes/general/historyservice.php
- Класс: CBPHistoryService
- Вызов: CBPHistoryService::getList
static function getList($arOrder = array("ID" => "DESC"), $arFilter = array(), $arGroupBy = false, $arNavStartParams = false, $arSelectFields = array())
{
$h = new CBPHistoryService();
return $h->GetHistoryList($arOrder, $arFilter, $arGroupBy, $arNavStartParams, $arSelectFields);
}