Gestionnaire de fichiers - Editer - /home/wwgoat/public_html/blog/wp-content/plugins/simple-membership/lib/braintree/lib/Braintree/PartnerMerchant.php
Arrière
<?php namespace Braintree; /** * Partner Merchant information that is generated when a partner is connected * to or disconnected from a user. * * Creates an instance of PartnerMerchants * * @package Braintree * * @property-read string $merchantPublicId * @property-read string $publicKey * @property-read string $privateKey * @property-read string $clientSideEncryptionKey * @property-read string $partnerMerchantId */ class PartnerMerchant extends Base { protected $_attributes = []; /** * @ignore */ public static function factory($attributes) { $instance = new self(); $instance->_initialize($attributes); return $instance; } /** * @ignore */ protected function _initialize($attributes) { $this->_attributes = $attributes; } } class_alias('Braintree\PartnerMerchant', 'Braintree_PartnerMerchant');
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Génération de la page: 0.01 |
proxy
|
phpinfo
|
Réglages