class Braintree_Discount in Commerce Braintree 7
Hierarchy
- class \Braintree
- class \Braintree_Modification
- class \Braintree_Discount
- class \Braintree_Modification
Expanded class hierarchy of Braintree_Discount
File
- braintree_php/
lib/ Braintree/ Discount.php, line 2
View source
class Braintree_Discount extends Braintree_Modification {
public static function all() {
$response = Braintree_Http::get('/discounts');
$discounts = array(
"discount" => $response['discounts'],
);
return Braintree_Util::extractAttributeAsArray($discounts, 'discount');
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Braintree:: |
public static | function | ||
Braintree:: |
public | function | ||
Braintree:: |
protected | function | @ignore don't permit cloning the instances (like $x = clone $v) | |
Braintree:: |
protected | function | @ignore don't permit an explicit call of the constructor! (like $t = new Braintree_Transaction()) | 1 |
Braintree:: |
public | function | returns private/nonexistent instance properties @ignore @access public | |
Braintree:: |
public | function | used by isset() and empty() @access public | |
Braintree_Discount:: |
public static | function | ||
Braintree_Modification:: |
public static | function | ||
Braintree_Modification:: |
protected | function |