mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-28 17:39:28 +00:00
Created method setXMLTag_archivierbar in Dokument class
This method appends an XML tag named 'archivierbar' with value 'true' to the XML data.
This commit is contained in:
@@ -575,5 +575,11 @@ class dokument_export
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public function setXMLTag_archivierbar()
|
||||
{
|
||||
$archivierbar = $this->xml_data->createElement("archivierbar", "true");
|
||||
$this->xml_data->documentElement->appendChild($archivierbar);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user