Gestionnaire de fichiers - Editer - /home/wwgoat/public_html/blog/wp-content/plugins/simple-membership/lib/braintree/lib/Braintree/PaginatedResult.php
Arrière
<?php namespace Braintree; class PaginatedResult { private $_totalItems; private $_pageSize; private $_currentPage; public function __construct($totalItems, $pageSize, $currentPage) { $this->_totalItems = $totalItems; $this->_pageSize = $pageSize; $this->_currentPage = $currentPage; } public function getTotalItems() { return $this->_totalItems; } public function getPageSize() { return $this->_pageSize; } public function getCurrentPage() { return $this->_currentPage; } } class_alias('Braintree\PaginatedResult', 'Braintree_PaginatedResult');
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Génération de la page: 0.1 |
proxy
|
phpinfo
|
Réglages