1 | <?php |
||
5 | class Download extends Parameters |
||
6 | { |
||
7 | /** |
||
8 | * @param string $dataset (mandatory) datasetid |
||
9 | * @param string $format |
||
10 | */ |
||
11 | 1 | public function __construct($dataset, $format) |
|
18 | |||
19 | /** |
||
20 | * @return string |
||
21 | */ |
||
22 | 1 | public function getDataset() |
|
26 | |||
27 | /** |
||
28 | * @return string |
||
29 | */ |
||
30 | 1 | public function getFormat() |
|
34 | } |
||
35 |