Class implements works with interfaces

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335156 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Karoly Negyesi 2014-11-03 15:35:16 +00:00
parent dee52b9d9f
commit cac13376b3

View file

@ -4,7 +4,7 @@
<refnamediv>
<refname>class_implements</refname>
<refpurpose>
Return the interfaces which are implemented by the given class
Return the interfaces which are implemented by the given class or interface
</refpurpose>
</refnamediv>
<refsect1 role="description">
@ -28,7 +28,7 @@
<term><parameter>class</parameter></term>
<listitem>
<para>
An object (class instance) or a string (class name).
An object (class instance) or a string (class or interface name).
</para>
</listitem>
</varlistentry>