Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
modules
/
firewall
/
vendor
/
plesk
/
api-php-lib
/
src
/
Api
/
Struct
/
PhpHandler
/
File Content:
Info.php
<?php // Copyright 1999-2025. WebPros International GmbH. namespace PleskX\Api\Struct\PhpHandler; use PleskX\Api\AbstractStruct; class Info extends AbstractStruct { public string $id; public string $displayName; public string $fullVersion; public string $version; public string $type; public string $path; public string $clipath; public string $phpini; public string $custom; public string $handlerStatus; public function __construct(\SimpleXMLElement $apiResponse) { $this->initScalarProperties($apiResponse, [ 'id', 'display-name', 'full-version', 'version', 'type', 'path', 'clipath', 'phpini', 'custom', 'handler-status', ]); } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
Info.php
826 bytes
0644
N4ST4R_ID | Naxtarrr