mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
dee52b9d9f
commit
cac13376b3
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue