Piwik\Plugins\API\Renderer\Rss::sendHeader PHP Method

sendHeader() public method

public sendHeader ( $type = "xml" )
    public function sendHeader($type = "xml")
    {
        Common::sendHeader('Content-Type: text/' . $type . '; charset=utf-8');
    }