Bristol SU Support Package
ActionRepository.php
Go to the documentation of this file.
1 <?php
2 
4 
8 interface ActionRepository
9 {
10 
18  public function all();
19 
26  public function fromClass($class);
27 
28 }