final class HigherOrderTapProxyExtension implements MethodsClassReflectionExtension

Methods

bool
hasMethod(ClassReflection $classReflection, string $methodName)

No description

MethodReflection
getMethod(ClassReflection $classReflection, string $methodName)

No description

Details

at line 16
bool hasMethod(ClassReflection $classReflection, string $methodName)

No description

Parameters

ClassReflection $classReflection
string $methodName

Return Value

bool

at line 37
MethodReflection getMethod(ClassReflection $classReflection, string $methodName)

No description

Parameters

ClassReflection $classReflection
string $methodName

Return Value

MethodReflection