You are here

function Braintree_KeyValueNode::is in Commerce Braintree 7

File

braintree_php/lib/Braintree/KeyValueNode.php, line 12

Class

Braintree_KeyValueNode

Code

function is($value) {
  $this->searchTerm = $value;
  return $this;
}