Gestionnaire de fichiers - Editer - /home/wwgoat/public_html/blog/wp-content/plugins/simple-membership/lib/braintree/lib/Braintree/MultipleValueOrTextNode.php
Arrière
<?php namespace Braintree; class MultipleValueOrTextNode extends MultipleValueNode { public function __construct($name) { parent::__construct($name); $this->textNode = new TextNode($name); } public function contains($value) { $this->textNode->contains($value); return $this; } public function endsWith($value) { $this->textNode->endsWith($value); return $this; } public function is($value) { $this->textNode->is($value); return $this; } public function isNot($value) { $this->textNode->isNot($value); return $this; } public function startsWith($value) { $this->textNode->startsWith($value); return $this; } public function toParam() { return array_merge(parent::toParam(), $this->textNode->toParam()); } } class_alias('Braintree\MultipleValueOrTextNode', 'Braintree_MultipleValueOrTextNode');
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Génération de la page: 0.02 |
proxy
|
phpinfo
|
Réglages