You are here

function Braintree_IsNode::__construct in Commerce Braintree 7

File

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

Class

Braintree_IsNode

Code

function __construct($name) {
  $this->name = $name;
  $this->searchTerms = array();
}