Your IP : 18.218.128.229


Current Path : /proc/self/root/home/lentoinv/test.api.lentoria.com/vendor/league/event/src/
Upload File :
Current File : //proc/self/root/home/lentoinv/test.api.lentoria.com/vendor/league/event/src/GeneratorInterface.php

<?php

namespace League\Event;

interface GeneratorInterface
{
    /**
     * Release all the added events.
     *
     * @return EventInterface[]
     */
    public function releaseEvents();
}

?>