\JDocumentRenderer
Abstract class for a renderer
Synopsis
class JDocumentRenderer
{
- // methods
- public void __construct()
- public string render()
- public string getContentType()
Hierarchy
Extended by
Members
protected
- $_doc
—
JDocument
Reference to the JDocument object that instantiated the renderer - $_mime
—
string
Renderer mime type
Methods
public
- __construct() — Class constructor
- getContentType() — Return the content type of the renderer
- render() — Renders a script and returns the results as a string