Файловый менеджер - Редактировать - /home/lmsyaran/public_html/j3/plugins/hikashoppayment/mangopay/mangolib/entities/user.inc
Назад
<?php namespace MangoPay; /** * User entity */ abstract class User extends EntityBase { /** * Type of user * @var String */ public $PersonType; /** * Email address * @var String */ public $Email; /** * Construct * @param string $personType String with type of person */ protected function SetPersonType($personType) { $this->PersonType = $personType; } /** * Get array with read-only properties * @return array */ public function GetReadOnlyProperties() { $properties = parent::GetReadOnlyProperties(); array_push( $properties, 'PersonType' ); return $properties; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.13 |
proxy
|
phpinfo
|
Настройка