📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 05:48:29
📂
/ (Root)
/
home
/
xeqi7597
/
map.claireduwig.com
/
wp-includes
/
php-ai-client
/
third-party
/
Psr
/
EventDispatcher
📍 /home/xeqi7597/map.claireduwig.com/wp-includes/php-ai-client/third-party/Psr/EventDispatcher
🔄 Refresh
✏️
Editing: EventDispatcherInterface.php
Writable
<?php declare (strict_types=1); namespace WordPress\AiClientDependencies\Psr\EventDispatcher; /** * Defines a dispatcher for events. */ interface EventDispatcherInterface { /** * Provide all relevant listeners with an event to process. * * @param object $event * The object to process. * * @return object * The Event that was passed, now modified by listeners. */ public function dispatch(object $event); }
💾 Save Changes
❌ Cancel