📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 12:09:44
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
php-flasher
/
flasher
/
Storage
/
Filter
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/php-flasher/flasher/Storage/Filter
🔄 Refresh
✏️
Editing: FilterFactoryInterface.php
Writable
<?php declare(strict_types=1); namespace Flasher\Prime\Storage\Filter; use Flasher\Prime\Exception\CriteriaNotRegisteredException; use Flasher\Prime\Storage\Filter\Criteria\CriteriaInterface; interface FilterFactoryInterface { /** * @param array<string, mixed> $config * * @throws CriteriaNotRegisteredException */ public function createFilter(array $config): Filter; public function addCriteria(string $name, callable|CriteriaInterface $criteria): void; }
💾 Save Changes
❌ Cancel