vrana Mon Sep 12 09:09:40 2005 EDT
Modified files:
/phpdoc/en/reference/spl/functions class-implements.xml
Log:
Mention parents (bug #34455)
http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/class-implements.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/spl/functions/class-implements.xml
diff -u phpdoc/en/reference/spl/functions/class-implements.xml:1.9
phpdoc/en/reference/spl/functions/class-implements.xml:1.10
--- phpdoc/en/reference/spl/functions/class-implements.xml:1.9 Thu Aug 4
07:02:17 2005
+++ phpdoc/en/reference/spl/functions/class-implements.xml Mon Sep 12
09:09:37 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<refentry id="function.class-implements">
<refnamediv>
<refname>class_implements</refname>
@@ -16,7 +16,7 @@
</methodsynopsis>
<para>
This function returns an array with the names of the interfaces that the
- given <parameter>class</parameter> implements.
+ given <parameter>class</parameter> and its parents implement.
</para>
</refsect1>