database = $db; $this->server = $srv; $this->client = $cl; } public function makeRequest() { $this->server->process(); } public function queryDb() { return $this->database->getData(); } public function sendResponse($content) { $this->client->output($content); } }