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

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

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
Результат void
    public abstract function analyzeMethod(CodeBase $code_base, Method $method);

Same methods

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