function Braintree_MultipleValueOrTextNode::endsWith in Commerce Braintree 7
File
- braintree_php/
lib/ Braintree/ MultipleValueOrTextNode.php, line 17
Class
Code
function endsWith($value) {
$this->textNode
->endsWith($value);
return $this;
}