Method | Description | |
---|---|---|
__construct ( PHPStan\Reflection\Php\PhpMethodReflectionFactory $methodReflectionFactory, |
||
getMethod ( |
||
getProperty ( |
||
hasMethod ( |
||
hasProperty ( |
||
setBroker ( |
Method | Description | |
---|---|---|
createMethods ( |
||
createProperties ( |
||
getMethodParameterAnnotationTypeString ( array $phpDocParams, ReflectionParameter $parameterReflection ) : string | null | ||
getPhpDocParamsFromMethod ( ReflectionMethod $reflectionMethod ) : array | ||
getPropertyAnnotationTypeString ( ReflectionProperty $propertyReflection ) : string | null | ||
getReturnTypeStringFromMethod ( ReflectionMethod $reflectionMethod ) : string | null |
public __construct ( PHPStan\Reflection\Php\PhpMethodReflectionFactory $methodReflectionFactory, |
||
$methodReflectionFactory | PHPStan\Reflection\Php\PhpMethodReflectionFactory | |
$fileTypeMapper |
public getProperty ( |
||
$classReflection | ||
$propertyName | string | |
return | PHPStan\Reflection\PropertyReflection |
public hasProperty ( |
||
$classReflection | ||
$propertyName | string | |
return | boolean |