PHP Class Piwik\Plugins\API\Renderer\Rss

Inheritance: extends Piwik\API\ApiRenderer
Show file Open project: piwik/piwik Class Usage Examples

Public Methods

Method Description
renderArray ( $array )
renderDataTable ( $dataTable )
renderException ( $message, Exception | Throwable $exception ) : string
sendHeader ( $type = "xml" )

Method Details

renderArray() public method

public renderArray ( $array )

renderDataTable() public method

public renderDataTable ( $dataTable )

renderException() public method

public renderException ( $message, Exception | Throwable $exception ) : string
$message
$exception Exception | Throwable
return string

sendHeader() public method

public sendHeader ( $type = "xml" )