Eko\FeedBundle\Formatter\Formatter::render PHP Method

render() public method

This method render the given feed transforming the DOMDocument to XML.
public render ( ) : string
return string
    public function render()
    {
        $this->dom->formatOutput = true;
        return $this->dom->saveXml();
    }