JDocumentHTML::getBuffer
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JDocumentHTML::getBuffer[edit]
Description[edit]
Get the contents of a document include.
public function 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 on line 235 of libraries/joomla/document/html/html.php
See also[edit]
- JDocumentHTML::getBuffer source code on BitBucket
- Class JDocumentHTML
- Subpackage Document
- Other versions of JDocumentHTML::getBuffer
User contributed notes[edit]
Code Examples[edit]