📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 10:06:07
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
php-flasher
/
flasher
/
Storage
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/php-flasher/flasher/Storage
🔄 Refresh
✏️
Editing: StorageManagerInterface.php
Writable
<?php declare(strict_types=1); namespace Flasher\Prime\Storage; use Flasher\Prime\Notification\Envelope; interface StorageManagerInterface { /** * @return Envelope[] */ public function all(): array; /** * @param array<string, mixed> $criteria * * @return Envelope[] */ public function filter(array $criteria = []): array; public function add(Envelope ...$envelopes): void; public function update(Envelope ...$envelopes): void; public function remove(Envelope ...$envelopes): void; public function clear(): void; }
💾 Save Changes
❌ Cancel