Current Path : /var/www/alh/system/storage/vendor/braintree/braintree_php/lib/Braintree/ |
Current File : /var/www/alh/system/storage/vendor/braintree/braintree_php/lib/Braintree/KeyValueNode.php |
<?php class Braintree_KeyValueNode { function __construct($name) { $this->name = $name; $this->searchTerm = True; } function is($value) { $this->searchTerm = $value; return $this; } function toParam() { return $this->searchTerm; } }