File manager - Edit - /var/www/payraty/hris/vendor/paymentwall/paymentwall-php/lib/Paymentwall/Card.php
Back
<?php class Paymentwall_Card { protected $fields = []; public $token; public $type; public $last4; public $exp_month; public $exp_year; public function __construct($details = []) { $this->fields = (array) $details; } public function __get($property) { return isset($this->fields[$property]) ? $this->fields[$property] : null; } public function getToken() { return $this->token; } public function getType() { return $this->type; } public function getAlias() { return $this->last4; } public function getMonthExpirationDate() { return $this->exp_month; } public function getYearExpirationDate() { return $this->exp_year; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings