Total Lines | 14 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
12 | interface RouteViewer |
||
13 | { |
||
14 | /* ----------------------------------------------------------------- |
||
15 | | Main Methods |
||
16 | | ----------------------------------------------------------------- |
||
17 | */ |
||
18 | |||
19 | /** |
||
20 | * Get all routes. |
||
21 | * |
||
22 | * @return \Arcanedev\RouteViewer\Entities\RouteCollection |
||
23 | */ |
||
24 | public function all(); |
||
25 | } |
||
26 |