<?php
namespace League\Event;
interface GeneratorInterface
{
/**
* Release all the added events.
*
* @return EventInterface[]
*/
public function releaseEvents();
}
For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository