id_empr; } public function set_id_empr($id_empr) { $this->id_empr = $id_empr; return $this; } public function get_template_content() { return $this->template_content; } public function set_template_content($template_content) { $this->template_content .= $template_content; } }