ID: 41571
Updated by: [EMAIL PROTECTED]
Reported By: salsi at icosaedro dot it
-Status: Open
+Status: Closed
Bug Type: Documentation problem
PHP Version: Irrelevant
New Comment:
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.
Thank you for the report, and for helping us make our documentation
better.
"Parent class ReflectionFunctionAbstract has the same methods except
invoke(), invokeArgs(), export() and isDisabled()." Comment fixed.
Previous Comments:
------------------------------------------------------------------------
[2007-06-02 21:03:35] salsi at icosaedro dot it
Description:
------------
The class ReflectionFunctionAbstract isn't documented at all. A
comment to the ReflectionMethod class lets me to guess this class be
defined as follows:
abstract class ReflectionFunctionAbstract
{
private void function __clone()
public string function getName()
public bool function isInternal()
public bool function isUserDefined()
public string function getFileName()
public int function getStartLine()
public int function getEndLine()
public string function getDocComment()
public array[string]mixed function getStaticVariables()
public bool function returnsReference()
public array[int]ReflectionParameter function getParameters()
public int function getNumberOfParameters()
public int function getNumberOfRequiredParameters()
}
The comment inside ReflectionMethod
// Inherited from ReflectionFunction
should the read
// Inherited from ReflectionFunctionAbstract
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=41571&edit=1