Conditions | 3 |
Paths | 2 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
56 | public function automatickeParovani($advanced = false, $filter = null) |
||
57 | { |
||
58 | $filterUrl = $filter === null ? "" : rtrim($filter, '/') . '/'; |
||
59 | $this->performRequest($filterUrl . 'automaticke-parovani'.($advanced ? '-pokrocile' : '' ), 'PUT'); |
||
60 | return $this->lastResponseCode == 200; |
||
61 | } |
||
63 |