PHP 클래스 Phan\Analysis\ParameterTypesAnalyzer

파일 보기 프로젝트 열기: etsy/phan 1 사용 예제들

공개 메소드들

메소드 설명
analyzeParameterTypes ( CodeBase $code_base, Phan\Language\Element\FunctionInterface $method ) : null Check method parameters to make sure they're valid

비공개 메소드들

메소드 설명
analyzeOverrideSignature ( CodeBase $code_base, Method $method ) Make sure signatures line up between methods and the methods they override

메소드 상세

analyzeParameterTypes() 공개 정적인 메소드

Check method parameters to make sure they're valid
public static analyzeParameterTypes ( CodeBase $code_base, Phan\Language\Element\FunctionInterface $method ) : null
$code_base Phan\CodeBase
$method Phan\Language\Element\FunctionInterface
리턴 null