PHPCfg\Visitor\CallFinder::getFuncCalls PHP Method

getFuncCalls() public method

public getFuncCalls ( ) : FuncCall[]
return PHPCfg\Op\Expr\FuncCall[]
    public function getFuncCalls()
    {
        return $this->funcCalls;
    }