function Braintree_KeyValueNode::is in Commerce Braintree 7
File
- braintree_php/
lib/ Braintree/ KeyValueNode.php, line 12
Class
Code
function is($value) {
$this->searchTerm = $value;
return $this;
}
function is($value) {
$this->searchTerm = $value;
return $this;
}