Total Complexity | 4 |
Total Lines | 44 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 3 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class GetCertificate extends AbstractRequest { |
||
15 | |||
16 | protected $_order; |
||
17 | protected $_orderResponse; |
||
18 | |||
19 | private $_alternativeUrl = null; |
||
20 | |||
21 | public function __construct(Order $order, Response\Order\AbstractOrder $orderResponse, |
||
29 | } |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * @throws Exception\InvalidResponse |
||
34 | * @throws Exception\RateLimitReached |
||
35 | * @throws Exception\ServiceUnavailable |
||
36 | */ |
||
37 | public function getResponse() : Response\Order\GetCertificate { |
||
58 | } |
||
59 | } |