*/ interface System { /** * Get the entire system status. * * @return array */ public function getStatus(); }