API17:JDocumentHTML::getBuffer
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDocumentHTML::getBuffer
Description
Get the contents of a document include.
Description:JDocumentHTML::getBuffer [Edit Descripton]
Synopsis
public JDocumentHTML::getBuffer ($type=null, $name=null, $attribs=array())
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type | string | null | The type of renderer |
| $name | string | null | The name of the element to render |
| $attribs | array | array() | Associative array of remaining attributes. |
Returns
The output of the renderer
Defined in
libraries/joomla/document/html/html.php (line 235)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JDocumentHTML::getBuffer
Examples
<CodeExamplesForm />
