function Braintree_IsNode::__construct in Commerce Braintree 7
File
- braintree_php/
lib/ Braintree/ IsNode.php, line 5
Class
Code
function __construct($name) {
$this->name = $name;
$this->searchTerms = array();
}
function __construct($name) {
$this->name = $name;
$this->searchTerms = array();
}