Updated RAR documentation to reflect recent changes in the extension API.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292192 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gustavo André dos Santos Lopes 2009-12-16 10:37:30 +00:00
parent 00e3977ca4
commit 54f790d5fb
2 changed files with 11 additions and 0 deletions

View file

@ -15,6 +15,11 @@
This class represents a RAR archive, which may be formed by several volumes (parts) and which contains
a number of RAR entries (i.e., files, directories and other special objects such as symbolic links).
</para>
<para>
Objects of this class can be traversed, yielding the entries stored in the respective RAR archive.
Those entries can also be obtained through <methodname>RarArchive::getEntry</methodname> and
<methodname>RarArchive::list</methodname>.
</para>
</section>
<!-- }}} -->
@ -28,8 +33,13 @@
<!-- {{{ Class synopsis -->
<classsynopsisinfo>
<ooclass>
<modifier>final</modifier>
<classname>RarArchive</classname>
</ooclass>
<oointerface>
<interfacename>Traversable</interfacename>
</oointerface>
</classsynopsisinfo>
<!-- }}} -->

View file

@ -27,6 +27,7 @@
<!-- {{{ Class synopsis -->
<classsynopsisinfo>
<ooclass>
<modifier>final</modifier>
<classname>RarEntry</classname>
</ooclass>
</classsynopsisinfo>