mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
simplexmlelement/iterator implements arrayaccess (doc #52655)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302623 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
932e5ce430
commit
ef058a1f65
2 changed files with 37 additions and 0 deletions
|
@ -31,6 +31,11 @@
|
|||
<oointerface>
|
||||
<interfacename>Traversable</interfacename>
|
||||
</oointerface>
|
||||
|
||||
<oointerface>
|
||||
<interfacename>ArrayAccess</interfacename>
|
||||
</oointerface>
|
||||
|
||||
</classsynopsisinfo>
|
||||
<!-- }}} -->
|
||||
|
||||
|
@ -41,6 +46,34 @@
|
|||
|
||||
</section>
|
||||
|
||||
<section role="changelog"><!-- {{{ -->
|
||||
&reftitle.changelog;
|
||||
<para>
|
||||
<informaltable>
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>&Version;</entry>
|
||||
<entry>&Description;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>&version.trunk.changelog;</entry>
|
||||
<entry>
|
||||
Implements <interfacename>ArrayAccess</interfacename>.
|
||||
Previously, the same array-style access of attributes and elements
|
||||
was possible without <classname>SimpleXMLElement</classname>
|
||||
explicitly implementing the
|
||||
<interfacename>ArrayAccess</interfacename> interface.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</para>
|
||||
</section><!-- }}} -->
|
||||
|
||||
</partintro>
|
||||
|
||||
&reference.simplexml.entities.simplexmlelement;
|
||||
|
|
|
@ -49,6 +49,10 @@
|
|||
<interfacename>Countable</interfacename>
|
||||
</oointerface>
|
||||
|
||||
<oointerface>
|
||||
<interfacename>ArrayAccess</interfacename>
|
||||
</oointerface>
|
||||
|
||||
</classsynopsisinfo>
|
||||
<!-- }}} -->
|
||||
|
||||
|
|
Loading…
Reference in a new issue