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/TextNode.php |
<?php class Braintree_TextNode extends Braintree_PartialMatchNode { function contains($value) { $this->searchTerms["contains"] = strval($value); return $this; } }