Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
1 | <?php |
2 | |
3 | namespace oat\tao\model\action; |
4 | |
5 | /** |
6 | * Interface for CommonModule |
7 | * |
8 | * @author Martijn Swinkels <martijn@taotesting.com> |
9 | */ |
10 | interface CommonModuleInterface |
11 | { |
12 | /** |
13 | * Initialization for the controller. |
14 | */ |
15 | public function initialize(); |
16 | } |