From: Michael Vogel Date: Sun, 27 Mar 2016 22:06:46 +0000 (+0200) Subject: And wow ... some more documentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b6121a0009340a15e7d0317803707d4c11197a6d;p=friendica.git And wow ... some more documentation --- diff --git a/include/xml.php b/include/xml.php index 2bcc73b8f7..aa74cf65cf 100644 --- a/include/xml.php +++ b/include/xml.php @@ -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 */