content = $content; $this->href = $href; $this->class = $class; } protected function html_content() { echo ' ', $this->content, ''; } }