D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
modules
/
grafana
/
vendor
/
league
/
event
/
src
/
Filename :
EventGenerator.php
back
Copy
<?php declare (strict_types=1); namespace PleskGrafana\League\Event; interface EventGenerator { /** * Release all the added events. * * @return object[] */ public function releaseEvents(); }