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/IsNode.php |
<?php class Braintree_IsNode { function __construct($name) { $this->name = $name; $this->searchTerms = array(); } function is($value) { $this->searchTerms['is'] = strval($value); return $this; } function toParam() { return $this->searchTerms; } }