Phan\Analysis\PreOrderAnalysisVisitor::__construct PHP Метод

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

public __construct ( CodeBase $code_base, Context $context )
$code_base Phan\CodeBase
$context Phan\Language\Context The context of the parser at the node for which we'd like to determine a type
    public function __construct(CodeBase $code_base, Context $context)
    {
        parent::__construct($code_base, $context);
    }