PHP 8.3.31
Preview: EventDispatcherInterface.php Size: 431 B
/home/getspomw/royalsquad.us/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php

<?php
declare(strict_types=1);

namespace 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);
}

Directory Contents

Dirs: 0 × Files: 3

Name Size Perms Modified Actions
431 B lrw-rw-rw- 2025-09-17 06:53:13
Edit Download
524 B lrw-rw-rw- 2025-09-17 06:53:13
Edit Download
785 B lrw-rw-rw- 2025-09-17 06:53:13
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).