Total Complexity | 4 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 1 | Features | 1 |
1 | <?php |
||
14 | class Settings extends EmulateBySql |
||
15 | { |
||
16 | use Utils; |
||
17 | /** |
||
18 | * @var string |
||
19 | */ |
||
20 | protected $index; |
||
21 | |||
22 | public function setBody($params = null) |
||
28 | } |
||
29 | /** |
||
30 | * @return mixed |
||
31 | */ |
||
32 | public function getIndex() |
||
35 | } |
||
36 | |||
37 | /** |
||
38 | * @param mixed $index |
||
39 | */ |
||
40 | public function setIndex($index) |
||
45 |