PHP 클래스 PHPStan\Reflection\Php\PhpParameterReflection

상속: implements PHPStan\Reflection\ParameterReflection
파일 보기 프로젝트 열기: phpstan/phpstan

공개 메소드들

메소드 설명
__construct ( ReflectionParameter $reflection, PHPStan\Type\Type $phpDocType = null )
getName ( ) : string
getType ( ) : PHPStan\Type\Type
isOptional ( ) : boolean
isPassedByReference ( ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( ReflectionParameter $reflection, PHPStan\Type\Type $phpDocType = null )
$reflection ReflectionParameter
$phpDocType PHPStan\Type\Type

getName() 공개 메소드

public getName ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : PHPStan\Type\Type
리턴 PHPStan\Type\Type

isOptional() 공개 메소드

public isOptional ( ) : boolean
리턴 boolean

isPassedByReference() 공개 메소드

public isPassedByReference ( ) : boolean
리턴 boolean