🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 22:47:46 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
src
/
MatchResult
📍 /opt/cpanel/ea-wappspector/src/MatchResult
🔄 Refresh
✏️
Editing: MatchResultInterface.php
Read Only
<?php declare(strict_types=1); namespace Plesk\Wappspector\MatchResult; interface MatchResultInterface { /** * Internal ID of the technology */ public function getId(): string; /** * Human-readable technology name */ public function getName(): string; public function getPath(): string; public function getVersion(): ?string; public function getApplication(): ?string; }
💾 Save Changes
❌ Cancel