JDocumentRenderer
Description
Abstract class for a renderer
Located in /joomla/document/renderer.php (line 27)
JObject (Subpackage Base)
![]()
JDocumentRenderer (Subpackage Document)
Direct descendents
| Class | Description |
|---|---|
JDocumentRendererAtom
|
JDocumentRenderer_Atom is a feed that implements the atom specification |
JDocumentRendererRSS
|
JDocumentRenderer_RSS is a feed that implements RSS 2.0 Specification |
JDocumentRendererComponent
|
Component renderer |
JDocumentRendererHead
|
JDocument head renderer |
JDocumentRendererMessage
|
JDocument system message renderer |
JDocumentRendererModule
|
JDocument Module renderer |
JDocumentRendererModules
|
JDocument Modules renderer |
Variable Summary
Method Summary
Variables
object
$_doc
= null (line 35)
reference to the JDocument object that instantiated the renderer
Inherited Variables
Inherited from JObject
JObject::$_errors
Methods
Class constructor
JDocumentRenderer
__construct
(object A &$doc)
- object A &$doc: reference to the JDocument object that instantiated the renderer
Redefinition of:
- JObject::__construct()
- Class constructor, overridden in descendant classes.
Renders a script and returns the results as a string
string
render
(string $name, [ $params = array()], [string $content = null], array $array)
- string $name: The name of the element to render
- array $array: Array of values
- string $content: Override the output of the renderer
- $params
Redefined in descendants as:
- JDocumentRendererAtom::render() : Render the feed
- JDocumentRendererRSS::render() : Render the feed
- JDocumentRendererComponent::render() : Renders a component script and returns the results as a string
- JDocumentRendererHead::render() : Renders the document head and returns the results as a string
- JDocumentRendererMessage::render() : Renders the error stack and returns the results as a string
- JDocumentRendererModule::render() : Renders a module script and returns the results as a string
- JDocumentRendererModules::render() : Renders multiple modules script and returns the results as a string
Inherited Methods
Inherited From JObject
JObject::JObject()
JObject::__construct()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::getPublicProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
Documentation generated on Tue, 29 Jan 2008 18:50:09 +0000 by phpDocumentor 1.3.1




JDocumentRenderer (Subpackage Document)