public function __construct($xml_filepath, $table_prefix, $type, $id_authperso)
 {
     parent::__construct($xml_filepath, $table_prefix, $type);
     $this->id_authperso = $id_authperso + 0;
     $this->transform_xml_indexation();
 }