Class MethodReflection
Reports information about a method.
-
ReflectionFunctionAbstract
implements
Reflector
-
ReflectionMethod
-
Nette\Reflection\MethodReflection
Methods inherited from ReflectionMethod
__construct(),
export(),
getModifiers(),
getPrototype(),
invoke(),
invokeArgs(),
isAbstract(),
isConstructor(),
isDestructor(),
isFinal(),
isPrivate(),
isProtected(),
isPublic(),
isStatic(),
setAccessible()
|
Methods inherited from ReflectionFunctionAbstract
getDocComment(),
getEndLine(),
getExtensionName(),
getFileName(),
getName(),
getNamespaceName(),
getNumberOfParameters(),
getNumberOfRequiredParameters(),
getShortName(),
getStartLine(),
getStaticVariables(),
inNamespace(),
isClosure(),
isDeprecated(),
isInternal(),
isUserDefined(),
returnsReference()
|