Total Complexity | 2 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
17 | class SelectContract extends Response |
||
18 | { |
||
19 | |||
20 | /** |
||
21 | * Returns the value of the rowConfig field. |
||
22 | * |
||
23 | * @return string |
||
24 | * |
||
25 | * @throws ValidateException |
||
26 | */ |
||
27 | 1 | public function getRowConfig() |
|
28 | { |
||
29 | 1 | return $this->getRequestValue('rowConfig'); |
|
30 | } |
||
31 | |||
32 | /** |
||
33 | * Returns the value of the rows field. |
||
34 | * |
||
35 | * @return string |
||
36 | * |
||
37 | * @throws ValidateException |
||
38 | */ |
||
39 | 1 | public function getRows() |
|
42 | } |
||
43 | } |
||
44 |