/** * @param $getListParams * @return array * @throws \Bitrix\Main\ArgumentException */ public static function getCustom($getListParams) { $result = AccountsTable::getList($getListParams); return $result->fetchAll(); }
/** * @param $getListParams * @return array * @throws \Bitrix\Main\ArgumentException */ public function getFromBase($getListParams) { $result = AccountsTable::getList($getListParams); return $result->fetchAll(); }