PHP 클래스 PHPStan\Reflection\Php\UniversalObjectCratesClassReflectionExtension

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

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

public __construct ( array $classes )
$classes array

getProperty() 공개 메소드

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

hasProperty() 공개 메소드

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