diff --git a/reference/simplexml/simplexmlelement.xml b/reference/simplexml/simplexmlelement.xml index 8c6052d4ba..027050f732 100644 --- a/reference/simplexml/simplexmlelement.xml +++ b/reference/simplexml/simplexmlelement.xml @@ -31,6 +31,11 @@ Traversable + + + ArrayAccess + + @@ -41,6 +46,34 @@ +
+ &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + &version.trunk.changelog; + + Implements ArrayAccess. + Previously, the same array-style access of attributes and elements + was possible without SimpleXMLElement + explicitly implementing the + ArrayAccess interface. + + + + + + +
+ &reference.simplexml.entities.simplexmlelement; diff --git a/reference/spl/simplexmliterator.xml b/reference/spl/simplexmliterator.xml index df97d45668..fb40071786 100644 --- a/reference/spl/simplexmliterator.xml +++ b/reference/spl/simplexmliterator.xml @@ -49,6 +49,10 @@ Countable + + ArrayAccess + +