From cac13376b30e184edd4a9ac7ff40b6d9e0f7a405 Mon Sep 17 00:00:00 2001 From: Karoly Negyesi Date: Mon, 3 Nov 2014 15:35:16 +0000 Subject: [PATCH] Class implements works with interfaces git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335156 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/functions/class-implements.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/spl/functions/class-implements.xml b/reference/spl/functions/class-implements.xml index 47307580d2..75652f63eb 100644 --- a/reference/spl/functions/class-implements.xml +++ b/reference/spl/functions/class-implements.xml @@ -4,7 +4,7 @@ class_implements - Return the interfaces which are implemented by the given class + Return the interfaces which are implemented by the given class or interface @@ -28,7 +28,7 @@ class - An object (class instance) or a string (class name). + An object (class instance) or a string (class or interface name).