Sstalle\php7cc\NodeVisitor\RemovedFunctionCallVisitor::__construct PHP Метод

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

public __construct ( FunctionAnalyzer $functionAnalyzer )
$functionAnalyzer Sstalle\php7cc\NodeAnalyzer\FunctionAnalyzer
    public function __construct(FunctionAnalyzer $functionAnalyzer)
    {
        $this->functionAnalyzer = $functionAnalyzer;
        $this->removedFunctionNames = array_flip($this->removedFunctionNames);
    }
RemovedFunctionCallVisitor