Class FunctionReflection
Reports information about a function.
- ReflectionFunctionAbstract implements Reflector
-
ReflectionFunction
-
FunctionReflection
public
|
#
__construct(
$name
)
|
public
|
#
__toString(
)
|
public
|
#
getClosure(
)
|
public
ExtensionReflection
|
#
getExtension(
)
|
public
|
#
getParameters(
)
|
public
ClassReflection
|
#
getReflection(
)
|
public
|
#
__call(
$name,
$args
)
|
public
&
|
#
__get(
$name
)
|
public
|
#
__set(
$name,
$value
)
|
public
|
#
__isset(
$name
)
|
public
|
#
__unset(
$name
)
|
Methods Inherited From ReflectionFunction
Methods Inherited From ReflectionFunctionAbstract
__toString(), inNamespace(), isClosure(), isDeprecated(), isInternal(), isUserDefined(), getDocComment(), getEndLine(), getExtension(), getExtensionName(), getFileName(), getName(), getNamespaceName(), getNumberOfParameters(), getNumberOfRequiredParameters(), getParameters(), getShortName(), getStartLine(), getStaticVariables(), returnsReference()
Constants Inherited From ReflectionFunction
IS_DEPRECATED
Properties Inherited From ReflectionFunction
$name
Properties Inherited From ReflectionFunctionAbstract
$name