1 | <?php |
||
21 | class Information extends AbstractNode |
||
22 | { |
||
23 | /** |
||
24 | * retrieve node information |
||
25 | * |
||
26 | * @return \Psr\Http\Message\ResponseInterface |
||
27 | */ |
||
28 | 1 | public function retrieveNodeInformation() |
|
32 | |||
33 | /** |
||
34 | * retrieve node status |
||
35 | * |
||
36 | * @return \Psr\Http\Message\ResponseInterface |
||
37 | */ |
||
38 | 1 | public function retrieveNodeStatus() |
|
42 | } |
||
43 |