Submit
Path:
~
/
/
proc
/
self
/
root
/
opt
/
psa
/
admin
/
plib
/
modules
/
git
/
vendor
/
plesk
/
api-php-lib
/
src
/
Api
/
Struct
/
PhpHandler
/
File Content:
Info.php
<?php // Copyright 1999-2021. Plesk International GmbH. namespace PleskX\Api\Struct\PhpHandler; use PleskX\Api\Struct; class Info extends Struct { /** @var string */ public $id; /** @var string */ public $displayName; /** @var string */ public $fullVersion; /** @var string */ public $version; /** @var string */ public $type; /** @var string */ public $path; /** @var string */ public $clipath; /** @var string */ public $phpini; /** @var string */ public $custom; /** @var string */ public $handlerStatus; public function __construct($apiResponse) { $this->_initScalarProperties($apiResponse, [ 'id', 'display-name', 'full-version', 'version', 'type', 'path', 'clipath', 'phpini', 'custom', 'handler-status', ]); } }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
Info.php
960 bytes
0644
N4ST4R_ID | Naxtarrr