📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 10:24:49
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
php-flasher
/
flasher
/
EventDispatcher
/
Event
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/php-flasher/flasher/EventDispatcher/Event
🔄 Refresh
✏️
Editing: PresentationEvent.php
Writable
<?php declare(strict_types=1); namespace Flasher\Prime\EventDispatcher\Event; use Flasher\Prime\Notification\Envelope; final readonly class PresentationEvent { /** * @param Envelope[] $envelopes * @param array<string, mixed> $context */ public function __construct( private array $envelopes, private array $context, ) { } /** * @return Envelope[] */ public function getEnvelopes(): array { return $this->envelopes; } /** * @return array<string, mixed> */ public function getContext(): array { return $this->context; } }
💾 Save Changes
❌ Cancel