| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | private function initDefaultTypes(): void |
||
| 23 | { |
||
| 24 | $this->types['i'] = '\Mezon\Router\Types\IntegerRouterType'; |
||
| 25 | $this->types['a'] = '\Mezon\Router\Types\CommandRouterType'; |
||
| 26 | $this->types['il'] = '\Mezon\Router\Types\IntegerListRouterType'; |
||
| 27 | $this->types['s'] = '\Mezon\Router\Types\StringRouterType'; |
||
| 28 | $this->types['fp'] = '\Mezon\Router\Types\FixPointNumberRouterType'; |
||
| 29 | } |
||
| 31 |