API17:JDocument::setBuffer
From Joomla! Documentation
JDocument::setBuffer
Description
Set the contents of the document buffer.
public function setBuffer (
$content
$options=array
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $content | string | The content to be set in the buffer. | |
| $options | array | array() | Array of optional elements. |
- Returns
- Defined on line 336 of libraries/joomla/document/document.php
See also
JDocument::setBuffer source code on BitBucket
Class JDocument
Subpackage Document- Other versions of JDocument::setBuffer
User contributed notes
Code Examples