function Braintree_KeyValueNode::__construct in Commerce Braintree 7
File
- braintree_php/
lib/ Braintree/ KeyValueNode.php, line 5
Class
Code
function __construct($name) {
$this->name = $name;
$this->searchTerm = True;
}
function __construct($name) {
$this->name = $name;
$this->searchTerm = True;
}