. */ class Helptemplate extends Help { public function __construct() { $this->title = ""; $this->name = ""; } public function get_help() { } } ?>