Gestionnaire de fichiers - Editer - /home/wwgoat/public_html/blog/wp-content/plugins/simple-membership/lib/braintree/lib/Braintree/Version.php
Arrière
<?php namespace Braintree; /** * Braintree Library Version * stores version information about the Braintree library */ class Version { /** * class constants */ const MAJOR = 3; const MINOR = 40; const TINY = 0; /** * @ignore * @access protected */ protected function __construct() { } /** * * @return string the current library version */ public static function get() { return self::MAJOR . '.' . self::MINOR . '.' . self::TINY; } } class_alias('Braintree\Version', 'Braintree_Version');
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Génération de la page: 0.04 |
proxy
|
phpinfo
|
Réglages