Total Complexity | 7 |
Total Lines | 38 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | class Bulk extends Request |
||
12 | { |
||
13 | /** |
||
14 | * @return mixed|string |
||
15 | */ |
||
16 | public function getPath() |
||
19 | } |
||
20 | |||
21 | /** |
||
22 | * @return mixed|string |
||
23 | */ |
||
24 | public function getMethod() |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * @return mixed|string |
||
31 | */ |
||
32 | public function getContentType() |
||
35 | } |
||
36 | |||
37 | /** |
||
38 | * @param mixed $body |
||
39 | */ |
||
40 | public function setBody($body = null) |
||
52 |