class StorageMethodsClassReflectionExtension implements MethodsClassReflectionExtension

Methods

__construct(ReflectionProvider $reflectionProvider)

No description

bool
hasMethod(ClassReflection $classReflection, string $methodName)

No description

MethodReflection
getMethod(ClassReflection $classReflection, string $methodName)

No description

Details

at line 24
__construct(ReflectionProvider $reflectionProvider)

No description

Parameters

ReflectionProvider $reflectionProvider

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

No description

Parameters

ClassReflection $classReflection
string $methodName

Return Value

bool

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

No description

Parameters

ClassReflection $classReflection
string $methodName

Return Value

MethodReflection