VersionPress\Initialization\WpdbReplacer::replaceMethod PHP Method

replaceMethod() private static method

private static replaceMethod ( $source, $method )
    private static function replaceMethod($source, $method)
    {
        $newName = self::$methodPrefix . $method;
        return str_replace("function {$method}(", "function {$newName}(", $source);
    }