Phan\Plugin\PluginImplementation::analyzeMethod PHP Метод

analyzeMethod() публичный Метод

public analyzeMethod ( CodeBase $code_base, Method $method ) : void
$code_base Phan\CodeBase The code base in which the method exists
$method Phan\Language\Element\Method A method being analyzed
Результат void
    public function analyzeMethod(CodeBase $code_base, Method $method)
    {
    }