1 | <?php |
||
19 | class WebCompleteAuthorizeRequest extends AbstractRequest |
||
20 | { |
||
21 | /** |
||
22 | * @return bool |
||
23 | */ |
||
24 | 3 | public function getMethod() |
|
28 | |||
29 | 3 | public function getData() |
|
37 | |||
38 | /** |
||
39 | * @param \stdClass $data |
||
40 | * |
||
41 | * @return WebAuthorizeResponse |
||
42 | */ |
||
43 | 3 | protected function createResponse($data) |
|
47 | } |
||
48 |