Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
SebastianBergmann
PHPCPD
Detector
Strategy
AbstractStrategy
PHP Class SebastianBergmann\PHPCPD\Detector\Strategy\AbstractStrategy
Exibir arquivo
Open project: sebastianbergmann/phpcpd
Class Usage Examples
Protected Properties
Property
Type
Description
$hashes
string[]
$tokensIgnoreList
List of tokens to ignore
Public Methods
Method
Description
processFile
(
string
$file
,
integer
$minLines
,
integer
$minTokens
,
CodeCloneMap
$result
,
boolean
$fuzzy
= false )
Copy & Paste Detection (CPD).
Method Details
processFile()
abstract
public
method
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
Property Details
$hashes
protected_oe property
protected
string[]
$hashes
return
string[]
$tokensIgnoreList
protected_oe property
List of tokens to ignore
protected
$tokensIgnoreList