recursivedirectoryiterator extends filesystemiterator (doc bug #51895)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302434 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2010-08-18 11:43:15 +00:00
parent 6e268a9287
commit 2864d56636

View file

@ -30,7 +30,7 @@
<ooclass>
<modifier>extends</modifier>
<classname>DirectoryIterator</classname>
<classname>FilesystemIterator</classname>
</ooclass>
<oointerface>
@ -41,6 +41,10 @@
<interfacename>Iterator</interfacename>
</oointerface>
<oointerface>
<interfacename>SeekableIterator</interfacename>
</oointerface>
<oointerface>
<interfacename>RecursiveIterator</interfacename>
</oointerface>
@ -60,7 +64,7 @@
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.recursivedirectoryiterator')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
<classsynopsisinfo role="comment">Inherits</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.directoryiterator')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.filesystemiterator')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
</classsynopsis>
</section>
@ -81,6 +85,33 @@
</partintro>
<refsect1 role="changelog"><!-- {{{ -->
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>5.3.0</entry>
<entry>
The <classname>FilesystemIterator</classname> was introduced as
the parent class. Previously, the parent was the
<classname>DirectoryIterator</classname>.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1><!-- }}} -->
&reference.spl.entities.recursivedirectoryiterator;
</phpdoc:classref>