ok
Direktori : /proc/thread-self/root/home2/selectio/www/3-idiots/vendor/league/event/src/ |
Current File : //proc/thread-self/root/home2/selectio/www/3-idiots/vendor/league/event/src/GeneratorInterface.php |
<?php namespace League\Event; interface GeneratorInterface { /** * Release all the added events. * * @return EventInterface[] */ public function releaseEvents(); }