Current Path : /var/test/www/storage2/vendor/braintree/braintree_php/lib/Braintree/ |
Current File : /var/test/www/storage2/vendor/braintree/braintree_php/lib/Braintree/PartialMatchNode.php |
<?php class Braintree_PartialMatchNode extends Braintree_EqualityNode { function startsWith($value) { $this->searchTerms["starts_with"] = strval($value); return $this; } function endsWith($value) { $this->searchTerms["ends_with"] = strval($value); return $this; } }