| Total Complexity | 3 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | class DefaultAcsClient |
||
| 20 | { |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @var string |
||
| 24 | */ |
||
| 25 | public $randClientName; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * DefaultAcsClient constructor. |
||
| 29 | * |
||
| 30 | * @param Client $client |
||
| 31 | * |
||
| 32 | * @throws ClientException |
||
| 33 | */ |
||
| 34 | public function __construct(Client $client) |
||
| 38 | } |
||
| 39 | |||
| 40 | /** |
||
| 41 | * @param Request|Result $request |
||
| 42 | * |
||
| 43 | * @return Result|string |
||
| 44 | * @throws ClientException |
||
| 45 | * @throws ServerException |
||
| 46 | */ |
||
| 47 | public function getAcsResponse($request) |
||
| 56 |