PHP Interface PHPStan\Reflection\MethodsClassReflectionExtension

Show file Open project: phpstan/phpstan

Public Methods

Method Description
getMethod ( ClassReflection $classReflection, string $methodName ) : MethodReflection
hasMethod ( ClassReflection $classReflection, string $methodName ) : boolean

Method Details

getMethod() public method

public getMethod ( ClassReflection $classReflection, string $methodName ) : MethodReflection
$classReflection ClassReflection
$methodName string
return MethodReflection

hasMethod() public method

public hasMethod ( ClassReflection $classReflection, string $methodName ) : boolean
$classReflection ClassReflection
$methodName string
return boolean