Your IP : 216.73.216.95


Current Path : /var/test/www/storage2/vendor/braintree/braintree_php/lib/Braintree/
Upload File :
Current File : /var/test/www/storage2/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;
    }
}