Current Path : /var/www/alh/upload/system/storage/vendor/braintree/braintree_php/lib/Braintree/ |
Current File : /var/www/alh/upload/system/storage/vendor/braintree/braintree_php/lib/Braintree/EqualityNode.php |
<?php class Braintree_EqualityNode extends Braintree_IsNode { function isNot($value) { $this->searchTerms['is_not'] = strval($value); return $this; } }