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