From 87cd7b750894dd68e69654a11f7edb9b80d68973 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 17 May 2013 19:42:57 +0000 Subject: [PATCH] ReflectionMethod with a single parameter git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330272 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/reflection/reflectionmethod/construct.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/reference/reflection/reflectionmethod/construct.xml b/reference/reflection/reflectionmethod/construct.xml index 08c297d39f..094b5176f1 100644 --- a/reference/reflection/reflectionmethod/construct.xml +++ b/reference/reflection/reflectionmethod/construct.xml @@ -14,6 +14,10 @@ mixedclass stringname + + public ReflectionMethod::__construct + stringclass_method + Constructs a new ReflectionMethod. @@ -40,6 +44,14 @@ + + class_method + + + Class name and method name delimited by ::. + + +