1 | <?php |
||
8 | class PurchaseResponse extends Response implements RedirectResponseInterface |
||
9 | { |
||
10 | 12 | public function __construct(RequestInterface $request, $data) |
|
15 | |||
16 | 12 | public function isRedirect() |
|
20 | |||
21 | 9 | public function isSuccessful() |
|
25 | |||
26 | 3 | public function getRedirectMethod() |
|
30 | |||
31 | 6 | public function getRedirectUrl() |
|
35 | |||
36 | 3 | public function getRedirectData() |
|
40 | |||
41 | 3 | public function getCode() |
|
45 | |||
46 | 3 | public function getMessage() |
|
50 | |||
51 | 12 | protected function getFormAction() |
|
57 | |||
58 | 3 | protected function getFormFields() |
|
70 | } |
||
71 |