🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 20:16:00 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
src
/
Matchers
📍 /opt/cpanel/ea-wappspector/src/Matchers
🔄 Refresh
✏️
Editing: MatcherInterface.php
Read Only
<?php namespace Plesk\Wappspector\Matchers; use League\Flysystem\Filesystem; use Plesk\Wappspector\MatchResult\MatchResultInterface; interface MatcherInterface { /** * Checks filesystem by provided path and returns the list of found objects. */ public function match(Filesystem $fs, string $path): MatchResultInterface; }
💾 Save Changes
❌ Cancel