output = $output; } /** * Sends a Message to the client * * @param Message $msg * @return void */ public function write(Message $msg) { fwrite($this->output, (string)$msg); } }