PHP 클래스 SebastianBergmann\PHPCPD\Detector\Strategy\AbstractStrategy

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

보호된 프로퍼티들

프로퍼티 타입 설명
$hashes string[]
$tokensIgnoreList List of tokens to ignore

공개 메소드들

메소드 설명
processFile ( string $file, integer $minLines, integer $minTokens, CodeCloneMap $result, boolean $fuzzy = false ) Copy & Paste Detection (CPD).

메소드 상세

processFile() 추상적인 공개 메소드

Copy & Paste Detection (CPD).
abstract public processFile ( string $file, integer $minLines, integer $minTokens, CodeCloneMap $result, boolean $fuzzy = false )
$file string
$minLines integer
$minTokens integer
$result SebastianBergmann\PHPCPD\CodeCloneMap
$fuzzy boolean

프로퍼티 상세

$hashes 보호되어 있는 프로퍼티

protected string[] $hashes
리턴 string[]

$tokensIgnoreList 보호되어 있는 프로퍼티

List of tokens to ignore
protected $tokensIgnoreList