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