id_authperso; } public function set_id_authperso($id_authperso) { $this->id_authperso = $id_authperso; return $this; } public function get_replacement_id() { return $this->replacement_id; } public function set_replacement_id($replacement_id) { $this->replacement_id = $replacement_id; } public function get_class_authperso() { $authority = new authority(0, $this->get_id_authperso(), AUT_TABLE_AUTHPERSO); return $authority->get_object_instance(); } }