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

Открытые члены

 isContainGiftAction (array $discount)
 
 canCalculateSeparately (array $discount)
 
 canCalculateSeparatelyAllDiscount ()
 

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

static getInstance ()
 

Защищенные данные

 $internalModules = array('sale', 'catalog', 'main')
 
 $errorCollection
 

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

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

Методы

◆ canCalculateSeparately()

canCalculateSeparately ( array $discount)

Tells if this discount can calculate separately. It means it doesn't depends on basket and other discounts.

Аргументы
array$discountDiscount.
Возвращает
bool

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

◆ canCalculateSeparatelyAllDiscount()

canCalculateSeparatelyAllDiscount ( )

Tells if allowed to calculate discount on basket separately.

Возвращает
bool

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

◆ getInstance()

static getInstance ( )
static

Returns Singleton of Analyzer

Возвращает
static

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

◆ isContainGiftAction()

isContainGiftAction ( array $discount)

Returns true if the discount contains action with gift.

Аргументы
array$discountDiscount.
Возвращает
bool

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

Данные класса

◆ $errorCollection

$errorCollection
protected

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

◆ $internalModules

$internalModules = array('sale', 'catalog', 'main')
protected

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