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