Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс DiscountGroupTable
+ Граф наследования:DiscountGroupTable:

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

static getTableName ()
 
static getMap ()
 
static deleteByDiscount ($discount)
 
static updateByDiscount ($discount, $groupList, $active, $clear)
 
static changeActiveByDiscount ($discount, $active)
 
static getDiscountByGroups ($groupList, $filter=array())
 
static getActiveDiscountByGroups ($groupList)
 

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

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

Методы

◆ changeActiveByDiscount()

static changeActiveByDiscount ( $discount,
$active )
static

Change active flag in table by discount.

Аргументы
int$discountDiscount id.
string$activeDiscount active flag.
Возвращает
void

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

◆ deleteByDiscount()

static deleteByDiscount ( $discount)
static

Delete user group list by discount.

Аргументы
int$discountDiscount id.
Возвращает
void

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

◆ getActiveDiscountByGroups()

static getActiveDiscountByGroups ( $groupList)
static

Return active discounts by user group list.

Аргументы
array$groupListUser group list.
Возвращает
array

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

◆ getDiscountByGroups()

static getDiscountByGroups ( $groupList,
$filter = array() )
static

Returns discount list by user groups.

Аргументы
array$groupListUser group list.
array$filterAdditional filter.
Возвращает
array

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

◆ getMap()

static getMap ( )
static

Returns entity map definition.

Возвращает
array

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

◆ getTableName()

static getTableName ( )
static

Returns DB table name for entity.

Возвращает
string

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

◆ updateByDiscount()

static updateByDiscount ( $discount,
$groupList,
$active,
$clear )
static

Update user group list by discount.

Аргументы
int$discountDiscount id.
array$groupListUser group list.
string$activeDiscount active flag.
bool$clearClear old values.
Возвращает
bool

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