Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
modules
/
firewall
/
vendor
/
plesk
/
api-php-lib
/
src
/
Api
/
Struct
/
EventLog
/
File Content:
Event.php
<?php // Copyright 1999-2025. WebPros International GmbH. namespace PleskX\Api\Struct\EventLog; use PleskX\Api\AbstractStruct; class Event extends AbstractStruct { public string $type; public int $time; public string $class; public string $id; public function __construct(\SimpleXMLElement $apiResponse) { $this->initScalarProperties($apiResponse, [ 'type', 'time', 'class', 'id', ]); } }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
DetailedEvent.php
647 bytes
0644
Event.php
485 bytes
0644
N4ST4R_ID | Naxtarrr