Total Complexity | 1 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
19 | class UriProcessorWrapper |
||
20 | { |
||
21 | |||
22 | /** |
||
23 | * Process the resource path and query options of client's request uri. |
||
24 | * |
||
25 | * @param IService $service Reference to the data service instance. |
||
26 | * |
||
27 | * @return URIProcessor |
||
28 | * |
||
29 | * @throws ODataException |
||
30 | */ |
||
31 | public function process(IService $service) |
||
37 |