PATH:
home
/
letacommog
/
letaweb
/
admin
/
classes
/
hosting
/
api-php-lib
/
src
/
PleskX
/
Api
/
Struct
/
Server
/
Statistics
<?php // Copyright 1999-2015. Parallels IP Holdings GmbH. namespace PleskX\Api\Struct\Server\Statistics; class Version extends \PleskX\Api\Struct { /** @var string */ public $internalName; /** @var string */ public $version; public function __construct($apiResponse) { $this->_initScalarProperties($apiResponse, [ ['plesk_name' => 'internalName'], ['plesk_version' => 'version'], ]); } }
[+]
..
[-] Version.php
[edit]
[-] Objects.php
[edit]