| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Lines | 11 |
| Ratio | 100 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | View Code Duplication | public function init($router) |
|
| 15 | { |
||
| 16 | $router->addML('/', array( |
||
| 17 | 'module' => 'index', |
||
| 18 | 'controller' => 'index', |
||
| 19 | 'action' => 'index', |
||
| 20 | ), 'index'); |
||
| 21 | |||
| 22 | return $router; |
||
| 23 | |||
| 24 | } |
||
| 25 | |||
| 26 | } |