| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 85 | protected function initDefaultTypes() |
||
| 86 | { |
||
| 87 | $this->types['i'] = '\Mezon\Router\DefaultTypes::intHandler'; |
||
| 88 | $this->types['a'] = '\Mezon\Router\DefaultTypes::commandHandler'; |
||
| 89 | $this->types['il'] = '\Mezon\Router\DefaultTypes::intListHandler'; |
||
| 90 | $this->types['s'] = '\Mezon\Router\DefaultTypes::stringHandler'; |
||
| 91 | } |
||
| 93 |