Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/laminas/laminas-eventmanager/src/
Upload File :
Current File : //home/rtorresani/www/vendor/laminas/laminas-eventmanager/src/EventsCapableInterface.php

<?php

namespace Laminas\EventManager;

/**
 * Interface indicating that an object composes an EventManagerInterface instance.
 */
interface EventsCapableInterface
{
    /**
     * Retrieve the event manager
     *
     * Lazy-loads an EventManager instance if none registered.
     *
     * @return EventManagerInterface
     */
    public function getEventManager();
}