new appraoch
This commit is contained in:
13
pancake/system/vendor/league/event/src/GeneratorInterface.php
vendored
Executable file
13
pancake/system/vendor/league/event/src/GeneratorInterface.php
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace League\Event;
|
||||
|
||||
interface GeneratorInterface
|
||||
{
|
||||
/**
|
||||
* Release all the added events.
|
||||
*
|
||||
* @return EventInterface[]
|
||||
*/
|
||||
public function releaseEvents();
|
||||
}
|
||||
Reference in New Issue
Block a user