| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 11 | public function load($resource, $type = null) |
||
| 12 | { |
||
| 13 | $collection = new MethodCollection(); |
||
| 14 | $resource = 'app/config/rpc_routing.yml'; |
||
| 15 | $type = 'yaml'; |
||
| 16 | $importedRouters = $this->import($resource, $type); |
||
| 17 | $collection->addCollection($importedRouters); |
||
| 18 | |||
| 19 | return $collection; |
||
| 20 | } |
||
| 21 | |||
| 26 | } |