Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
modules
/
firewall
/
vendor
/
plesk
/
api-php-lib
/
src
/
Api
/
Struct
/
Database
/
File Content:
Info.php
<?php // Copyright 1999-2025. WebPros International GmbH. namespace PleskX\Api\Struct\Database; use PleskX\Api\AbstractStruct; class Info extends AbstractStruct { public int $id; public string $name; public string $type; public int $webspaceId; public int $dbServerId; public int $defaultUserId; public function __construct(\SimpleXMLElement $apiResponse) { $this->initScalarProperties($apiResponse, [ 'id', 'name', 'type', 'webspace-id', 'db-server-id', 'default-user-id', ]); } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
Info.php
610 bytes
0644
UserInfo.php
441 bytes
0644
N4ST4R_ID | Naxtarrr