content = $content; } public function transmit() { echo $this->content; return true; } }