Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
modules
/
xovi
/
vendor
/
plesk
/
api-php-lib
/
src
/
PleskX
/
Api
/
Struct
/
Database
/
File Content:
Info.php
<?php // Copyright 1999-2016. Parallels IP Holdings GmbH. namespace PleskX\Api\Struct\Database; class Info extends \PleskX\Api\Struct { /** @var integer */ public $id; /** @var string */ public $name; /** @var string */ public $type; /** @var integer */ public $webspaceId; /** @var integer */ public $dbServerId; /** @var integer */ public $defaultUserId; public function __construct($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
682 bytes
0644
UserInfo.php
454 bytes
0644
N4ST4R_ID | Naxtarrr