bjori Mon May 28 11:06:31 2007 UTC
Modified files:
/phpdoc/en/language/oop5 reflection.xml
Log:
wrong prototype for ReflectionParameter::__construct
#Caught by Andrea Giammarchi (user note)
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/oop5/reflection.xml?r1=1.20&r2=1.21&diff_format=u
Index: phpdoc/en/language/oop5/reflection.xml
diff -u phpdoc/en/language/oop5/reflection.xml:1.20
phpdoc/en/language/oop5/reflection.xml:1.21
--- phpdoc/en/language/oop5/reflection.xml:1.20 Sun Mar 25 10:39:10 2007
+++ phpdoc/en/language/oop5/reflection.xml Mon May 28 11:06:31 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.20 $ -->
+<!-- $Revision: 1.21 $ -->
<sect1 id="language.oop5.reflection">
<title>Reflection</title>
<sect2 id="language.oop5.reflection.introduction">
@@ -241,7 +241,7 @@
class ReflectionParameter implements Reflector
{
final private __clone()
- public object __construct(string name)
+ public object __construct(string function, string parameter)
public string __toString()
public static string export(mixed function, mixed parameter, bool return)
public string getName()