| Total Complexity | 1 |
| Total Lines | 12 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 24 | class ParseQuery extends AbstractParseQuery |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | * Public facing function that converts the query part of the URL from the |
||
| 28 | * semantic format back to the standard ElkArte one |
||
| 29 | * |
||
| 30 | * @param string $query The standard query |
||
| 31 | * @return string $query The corresponding standard query |
||
| 32 | */ |
||
| 33 | public function parse($query) |
||
| 38 |