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