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