Méthode | Description | |
---|---|---|
__construct ( ReflectionParameter $reflection, PHPStan\Type\Type $phpDocType = null ) | ||
getName ( ) : string | ||
getType ( ) : PHPStan\Type\Type | ||
isOptional ( ) : boolean | ||
isPassedByReference ( ) : boolean |
public __construct ( ReflectionParameter $reflection, PHPStan\Type\Type $phpDocType = null ) | ||
$reflection | ReflectionParameter | |
$phpDocType | PHPStan\Type\Type |