class Braintree_IsNode in Commerce Braintree 7
Hierarchy
- class \Braintree_IsNode
Expanded class hierarchy of Braintree_IsNode
File
- braintree_php/
lib/ Braintree/ IsNode.php, line 3
View source
class Braintree_IsNode {
function __construct($name) {
$this->name = $name;
$this->searchTerms = array();
}
function is($value) {
$this->searchTerms['is'] = strval($value);
return $this;
}
function toParam() {
return $this->searchTerms;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Braintree_IsNode:: |
function | |||
Braintree_IsNode:: |
function | |||
Braintree_IsNode:: |
function |