mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Fix: Ds\Collection
extends IteratorAggregate
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de> Closes GH-1587.
This commit is contained in:
parent
9ff98b3827
commit
12ce6e72ca
1 changed files with 24 additions and 1 deletions
|
@ -31,8 +31,8 @@
|
|||
|
||||
<ooclass><classname>Ds\Collection</classname></ooclass>
|
||||
|
||||
<oointerface><interfacename>Traversable</interfacename></oointerface>
|
||||
<oointerface><interfacename>Countable</interfacename></oointerface>
|
||||
<oointerface><interfacename>IteratorAggregate</interfacename></oointerface>
|
||||
<oointerface><interfacename>JsonSerializable</interfacename></oointerface>
|
||||
|
||||
</classsynopsisinfo>
|
||||
|
@ -45,6 +45,29 @@
|
|||
|
||||
</section>
|
||||
|
||||
<section role="changelog">
|
||||
&reftitle.changelog;
|
||||
<informaltable>
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>&Version;</entry>
|
||||
<entry>&Description;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>PECL ds 1.4.0</entry>
|
||||
<entry>
|
||||
<classname>Collection</classname> implements
|
||||
<interfacename>IteratorAggregate</interfacename> now instead of just <interfacename>Traversable</interfacename>. (This change came to the polyfill in 1.4.1.)
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</section>
|
||||
|
||||
</partintro>
|
||||
|
||||
&reference.ds.ds.entities.collection;
|
||||
|
|
Loading…
Reference in a new issue