Class Salient\Core\Reflection\MethodReflection

extends ReflectionMethod
Methods
Methods inherited from ReflectionMethod
createFromMethodName(), __toString(), isPublic(), isPrivate(), isProtected(), isAbstract(), isFinal(), isConstructor(), isDestructor(), getClosure(), getModifiers(), invoke(), invokeArgs(), getDeclaringClass(), getPrototype(), hasPrototype(), setAccessible()
Methods inherited from ReflectionFunctionAbstract
inNamespace(), isClosure(), isDeprecated(), isInternal(), isUserDefined(), isGenerator(), isVariadic(), isStatic(), getClosureThis(), getClosureScopeClass(), getClosureCalledClass(), getClosureUsedVariables(), getDocComment(), getEndLine(), getExtension(), getExtensionName(), getFileName(), getName(), getNamespaceName(), getNumberOfParameters(), getNumberOfRequiredParameters(), getParameters(), getShortName(), getStartLine(), getStaticVariables(), returnsReference(), hasReturnType(), getReturnType(), hasTentativeReturnType(), getTentativeReturnType(), getAttributes()
Constants inherited from ReflectionMethod
IS_STATIC, IS_PUBLIC, IS_PROTECTED, IS_PRIVATE, IS_ABSTRACT, IS_FINAL