Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
modules
/
firewall
/
vendor
/
plesk
/
api-php-lib
/
src
/
Api
/
Struct
/
Dns
/
File Content:
Info.php
<?php // Copyright 1999-2025. WebPros International GmbH. namespace PleskX\Api\Struct\Dns; use PleskX\Api\AbstractStruct; class Info extends AbstractStruct { public int $id; public int $siteId; public int $siteAliasId; public string $type; public string $host; public string $value; public string $opt; public function __construct(\SimpleXMLElement $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
627 bytes
0644
N4ST4R_ID | Naxtarrr