@@ -25,5 +25,8 @@ |
||
25 | 25 | return $this->parseResponse($xml); |
26 | 26 | } |
27 | 27 | |
28 | + /** |
|
29 | + * @param SimpleXMLElement $data |
|
30 | + */ |
|
28 | 31 | abstract protected function parseResponse($data); |
29 | 32 | } |