Phan\Plugin::analyzeMethod PHP Method

analyzeMethod() abstract public method

abstract public analyzeMethod ( CodeBase $code_base, Method $method ) : void
$code_base CodeBase The code base in which the method exists
$method Phan\Language\Element\Method A method being analyzed
return void
    public abstract function analyzeMethod(CodeBase $code_base, Method $method);

Same methods

Plugin::analyzeMethod ( CodeBase $code_base, Method $method ) : void