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/EventManagerAwareInterface.php

<?php

namespace Laminas\EventManager;

/**
 * Interface to automate setter injection for an EventManager instance
 */
interface EventManagerAwareInterface extends EventsCapableInterface
{
    /**
     * Inject an EventManager instance
     *
     * @return void
     */
    public function setEventManager(EventManagerInterface $eventManager);
}