PHP 클래스 Phan\Analysis\DuplicateFunctionAnalyzer

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

공개 메소드들

메소드 설명
analyzeDuplicateFunction ( CodeBase $code_base, Phan\Language\Element\FunctionInterface $method ) : null Check to see if the given Clazz is a duplicate

메소드 상세

analyzeDuplicateFunction() 공개 정적인 메소드

Check to see if the given Clazz is a duplicate
public static analyzeDuplicateFunction ( CodeBase $code_base, Phan\Language\Element\FunctionInterface $method ) : null
$code_base Phan\CodeBase
$method Phan\Language\Element\FunctionInterface
리턴 null