Bristol SU Support Package
src
Events
Contracts
EventRepository.php
Go to the documentation of this file.
1
<?php
2
3
4
namespace
BristolSU\Support\Events\Contracts
;
5
6
10
interface
EventRepository
11
{
12
27
public
function
allForModule
(
string
$alias);
28
29
}
BristolSU\Support\Events\Contracts\EventRepository
Definition:
EventRepository.php:10
BristolSU\Support\Events\Contracts\EventRepository\allForModule
allForModule(string $alias)
BristolSU\Support\Events\Contracts
Definition:
EventManager.php:4
Generated by
1.8.13