Total Complexity | 3 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class ResponseHandlerBuilder implements IFabricInterface |
||
11 | { |
||
12 | /** |
||
13 | * @param string $data |
||
14 | * @param string|null $curlResponse |
||
15 | * @param string|null $dto |
||
16 | * @param int $resultMode |
||
17 | * @return ICurlResponseDtoInterface |
||
18 | * @throws \Exception |
||
19 | */ |
||
20 | public static function make(string $data, string $curlResponse = null, string $dto = null, int $mode = EnumOutputMode::DEFAULT_MODE): ICurlResponseDtoInterface |
||
36 | } |
||
37 | } |