| 1 | <?php |
||
| 9 | class QueryString extends StringLiteral implements QueryStringInterface |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Returns a new QueryString |
||
| 13 | * |
||
| 14 | * @param string $value |
||
| 15 | */ |
||
| 16 | 16 | public function __construct($value) |
|
| 24 | |||
| 25 | /** |
||
| 26 | * Returns a Dictionary structured representation of the query string |
||
| 27 | * |
||
| 28 | * @return Dictionary |
||
| 29 | */ |
||
| 30 | 2 | public function toDictionary() |
|
| 37 | } |
||
| 38 |