PHP 인터페이스 PHPStan\Reflection\PropertiesClassReflectionExtension

파일 보기 프로젝트 열기: phpstan/phpstan

공개 메소드들

메소드 설명
getProperty ( ClassReflection $classReflection, string $propertyName ) : PHPStan\Reflection\PropertyReflection
hasProperty ( ClassReflection $classReflection, string $propertyName ) : boolean

메소드 상세

getProperty() 공개 메소드

public getProperty ( ClassReflection $classReflection, string $propertyName ) : PHPStan\Reflection\PropertyReflection
$classReflection ClassReflection
$propertyName string
리턴 PHPStan\Reflection\PropertyReflection

hasProperty() 공개 메소드

public hasProperty ( ClassReflection $classReflection, string $propertyName ) : boolean
$classReflection ClassReflection
$propertyName string
리턴 boolean