content = $content; } public function result() { return 'Hey: ' . $this->content; } }