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 Preferences extends \PleskX\Api\Struct { /** @var int */ public $statTtl; /** @var int */ public $trafficAccounting; /** @var int */ public $restartApacheInterval; public function __construct($apiResponse) { $this->_initScalarProperties($apiResponse, [ 'stat_ttl', 'traffic_accounting', 'restart_apache_interval', ]); } }
[+]
..
[-] GeneralInfo.php
[edit]
[-] Admin.php
[edit]
[-] Preferences.php
[edit]
[-] Statistics.php
[edit]
[+]
Statistics
[-] UpdatesInfo.php
[edit]
[-] SessionPreferences.php
[edit]