module; } public function set_module($module) { $this->module = $module; } public function get_content() { return $this->content; } public function set_content($content) { $this->content = $content; } public function add_content($content){ $this->content.= $content; } }