1 | <?php |
||
19 | class CommandGetxml extends AbstractCommand |
||
20 | { |
||
21 | /** |
||
22 | * @return string |
||
23 | */ |
||
24 | 1 | public function getCommandText() |
|
28 | |||
29 | /** |
||
30 | * @return string |
||
31 | */ |
||
32 | 1 | public function getPrompt() |
|
36 | |||
37 | /** |
||
38 | * @param TelnetResponseInterface $telnetResponse |
||
39 | * |
||
40 | * @return \Graze\Dynamark3Client\Dynamark3ResponseInterface |
||
41 | */ |
||
42 | 2 | public function parseResponse(TelnetResponseInterface $telnetResponse) |
|
53 | } |
||
54 |