Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
modules
/
xovi
/
vendor
/
plesk
/
api-php-lib
/
src
/
PleskX
/
Api
/
Struct
/
Dns
/
File Content:
Info.php
<?php // Copyright 1999-2016. Parallels IP Holdings GmbH. namespace PleskX\Api\Struct\Dns; class Info extends \PleskX\Api\Struct { /** @var integer */ public $id; /** @var integer */ public $siteId; /** @var integer */ public $siteAliasId; /** @var string */ public $type; /** @var string */ public $host; /** @var string */ public $value; /** @var string */ public $opt; public function __construct($apiResponse) { $this->_initScalarProperties($apiResponse, [ 'id', 'site-id', 'site-alias-id', 'type', 'host', 'value', 'opt', ]); } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
Info.php
712 bytes
0644
N4ST4R_ID | Naxtarrr