You are here

function Braintree_KeyValueNode::__construct in Commerce Braintree 7

File

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

Class

Braintree_KeyValueNode

Code

function __construct($name) {
  $this->name = $name;
  $this->searchTerm = True;
}