PHP Class Phan\Analysis\DuplicateFunctionAnalyzer

Afficher le fichier Open project: etsy/phan Class Usage Examples

Méthodes publiques

Méthode Description
analyzeDuplicateFunction ( CodeBase $code_base, Phan\Language\Element\FunctionInterface $method ) : null Check to see if the given Clazz is a duplicate

Method Details

analyzeDuplicateFunction() public static méthode

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
Résultat null