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