Submit
Path:
~
/
/
proc
/
self
/
root
/
opt
/
psa
/
admin
/
plib
/
modules
/
git
/
vendor
/
plesk
/
api-php-lib
/
src
/
Api
/
Struct
/
EventLog
/
File Content:
DetailedEvent.php
<?php // Copyright 1999-2021. Plesk International GmbH. namespace PleskX\Api\Struct\EventLog; class DetailedEvent extends \PleskX\Api\Struct { /** @var int */ public $id; /** @var string */ public $type; /** @var int */ public $time; /** @var string */ public $class; /** @var string */ public $objectId; /** @var string */ public $user; /** @var string */ public $host; public function __construct($apiResponse) { $this->_initScalarProperties($apiResponse, [ 'id', 'type', 'time', 'class', ['obj_id' => 'objectId'], 'user', 'host', ]); } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
DetailedEvent.php
718 bytes
0644
Event.php
505 bytes
0644
N4ST4R_ID | Naxtarrr