searchTerms["starts_with"] = strval($value); return $this; } public function endsWith($value) { $this->searchTerms["ends_with"] = strval($value); return $this; } } class_alias('Braintree\PartialMatchNode', 'Braintree_PartialMatchNode');