PATH:
home
/
letacommog
/
letaweb
/
admin
/
classes
/
hosting
/
api-php-lib
/
src
/
PleskX
/
Api
/
Struct
/
Server
<?php // Copyright 1999-2015. Parallels IP Holdings GmbH. namespace PleskX\Api\Struct\Server; class UpdatesInfo extends \PleskX\Api\Struct { /** @var string */ public $lastInstalledUpdate; /** @var bool */ public $installUpdatesAutomatically; public function __construct($apiResponse) { $this->_initScalarProperties($apiResponse, [ 'last_installed_update', 'install_updates_automatically', ]); } }
[+]
..
[-] GeneralInfo.php
[edit]
[-] Admin.php
[edit]
[-] Preferences.php
[edit]
[-] Statistics.php
[edit]
[+]
Statistics
[-] UpdatesInfo.php
[edit]
[-] SessionPreferences.php
[edit]