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