mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
simplexmlelement implements traversable interface
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302621 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
faf5450a96
commit
932e5ce430
1 changed files with 6 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
|||
|
||||
<partintro>
|
||||
|
||||
<!-- {{{ ClassName intro -->
|
||||
<!-- {{{ SimpleXMLElement intro -->
|
||||
<section xml:id="simplexmlelement.intro">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
Represents an element in XML document.
|
||||
Represents an element in an XML document.
|
||||
</para>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
@ -27,6 +27,10 @@
|
|||
<ooclass>
|
||||
<classname>SimpleXMLElement</classname>
|
||||
</ooclass>
|
||||
|
||||
<oointerface>
|
||||
<interfacename>Traversable</interfacename>
|
||||
</oointerface>
|
||||
</classsynopsisinfo>
|
||||
<!-- }}} -->
|
||||
|
||||
|
|
Loading…
Reference in a new issue