Submit
Path:
~
/
/
proc
/
self
/
root
/
opt
/
psa
/
admin
/
plib
/
modules
/
git
/
vendor
/
plesk
/
api-php-lib
/
src
/
Api
/
Struct
/
Database
/
File Content:
Info.php
<?php // Copyright 1999-2021. Plesk International GmbH. namespace PleskX\Api\Struct\Database; class Info extends \PleskX\Api\Struct { /** @var int */ public $id; /** @var string */ public $name; /** @var string */ public $type; /** @var int */ public $webspaceId; /** @var int */ public $dbServerId; /** @var int */ public $defaultUserId; public function __construct($apiResponse) { $this->_initScalarProperties($apiResponse, [ 'id', 'name', 'type', 'webspace-id', 'db-server-id', 'default-user-id', ]); } }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
Info.php
664 bytes
0644
UserInfo.php
444 bytes
0644
N4ST4R_ID | Naxtarrr