Interface PHPStan\Reflection\ExtendedParameterReflection

extends ParameterReflection
  • PHPStan\Reflection\ExtendedParameterReflection extends ParameterReflection
    • PHPStan\Reflection\Native\ExtendedNativeParameterReflection implements ExtendedParameterReflection
    • PHPStan\Reflection\Php\ExtendedDummyParameter implements ExtendedParameterReflection
    • PHPStan\Reflection\Php\PhpParameterReflection implements ExtendedParameterReflection
    • PHPStan\Reflection\Php\PhpParameterFromParserNodeReflection implements ExtendedParameterReflection
    • PHPStan\Reflection\Annotations\AnnotationsMethodParameterReflection implements ExtendedParameterReflection
Methods
Methods inherited from PHPStan\Reflection\ParameterReflection
getName(), isOptional(), getType(), passedByReference(), isVariadic(), getDefaultValue()