concept_uri; } public function set_concept_uri($concept_uri) { $this->concept_uri = $concept_uri; } public function get_template_content() { return $this->template_content; } public function set_template_content($template_content) { $this->template_content = $template_content; } }