function Braintree_RangeNode::is in Commerce Braintree 7
File
- braintree_php/
lib/ Braintree/ RangeNode.php, line 23
Class
Code
function is($value) {
$this->searchTerms['is'] = $value;
return $this;
}
function is($value) {
$this->searchTerms['is'] = $value;
return $this;
}