summaryrefslogtreecommitdiff
path: root/it_xml.class
diff options
context:
space:
mode:
authorUrban Müller2017-08-10 18:38:37 +0200
committerUrban Müller2017-08-10 18:38:37 +0200
commitdffa2d3fc3af4836d2a7241e924dc84a4ae57870 (patch)
treed407ff7059dc07ad0c09b695e61b5324e8454e91 /it_xml.class
parent948d2e2ac98b63f86de736b693594baff59b3ecc (diff)
downloaditools-dffa2d3fc3af4836d2a7241e924dc84a4ae57870.tar.gz
itools-dffa2d3fc3af4836d2a7241e924dc84a4ae57870.tar.bz2
itools-dffa2d3fc3af4836d2a7241e924dc84a4ae57870.zip
document strange behaviour
Diffstat (limited to 'it_xml.class')
-rw-r--r--it_xml.class1
1 files changed, 1 insertions, 0 deletions
diff --git a/it_xml.class b/it_xml.class
index ec73324..4e838c1 100644
--- a/it_xml.class
+++ b/it_xml.class
@@ -41,6 +41,7 @@ function it_xml($xmldata = "", $p = array())
/**
* Factory method to return XML object tree from XML string. Params like constructor
+ * WARNING: Returned value will not contain the $p parameters in $this->_p so writing may cause problems
* Example: $root = it_xml::create("<a><b id='2'/></a>", array("b"));
*/