]> git.mxchange.org Git - friendica.git/commitdiff
And wow ... some more documentation
authorMichael Vogel <icarus@dabo.de>
Sun, 27 Mar 2016 22:06:46 +0000 (00:06 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 27 Mar 2016 22:06:46 +0000 (00:06 +0200)
include/xml.php

index 2bcc73b8f764c16a0a4b55075459f80c89291a67..aa74cf65cf23ae2924fe77891671fd753f8ffe11 100644 (file)
@@ -12,6 +12,7 @@ class xml {
         * @param object $xml The createdXML will be returned by reference
         * @param bool $remove_header Should the XML header be removed or not?
         * @param array $namespaces List of namespaces
+        * @param bool $root - interally used parameter. Mustn't be used from outside.
         *
         * @return string The created XML
         */