Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс BuyerStatistic

Открытые статические члены

static getList ($filter)
 
static calculate ($userId, $currency, $lid)
 

Подробное описание

См. определение в файле buyerstatistic.php строка 18

Методы

◆ calculate()

static calculate ( $userId,
$currency,
$lid )
static

Fill statistic for user for certain site and currency. The function'll update values if user entry exists or it'll create new if user entry doesn't exist

Аргументы
$userId
$currency
$lid
Возвращает
Main\Result

См. определение в файле buyerstatistic.php строка 41

◆ getList()

static getList ( $filter)
static

Executes the query and returns selection by parameters of the query. This function is an alias to the Query object functions

Возвращает
Main\DB\Result
Исключения

Bitrix\Main\ArgumentException

См. определение в файле buyerstatistic.php строка 26