Class AbstractItemComparator
Abstract Item Comparator for MetaItemPrices
- Blesta\Core\Pricing\ItemComparator\AbstractItemComparator implements Blesta\Pricing\Modifier\ItemComparatorInterface
Direct known subclasses
Blesta\Core\Pricing\ItemComparator\ItemComparator
Abstract
Namespace: Blesta\Core\Pricing\ItemComparator
Package: blesta\core\Pricing\ItemComparator
Copyright: Copyright (c) 2019, Phillips Data, Inc.
License: The Blesta License Agreement
Link: Blesta
Located at core/Pricing/ItemComparator/AbstractItemComparator.php
Namespace: Blesta\Core\Pricing\ItemComparator
Package: blesta\core\Pricing\ItemComparator
Copyright: Copyright (c) 2019, Phillips Data, Inc.
License: The Blesta License Agreement
Link: Blesta
Located at core/Pricing/ItemComparator/AbstractItemComparator.php
public
|
#
__construct( callable $price_callback, callable $description_callback )
Initializes a set of callbacks |
public
|
|
public
|
#
setDescriptionCallback( callable $callback )
Sets the pricing callback that expects two arguments: |
protected
A
|
$price_callback
callback method for fetching a price |
|
protected
A
|
$description_callback
callback method for fetching a description |