API15:JDocument/setBuffer
From Joomla! Documentation
Description
Set the contents of the document buffer
[<! removed edit link to red link >]
<! removed transcluded page call, red link never existed >
Syntax
setBuffer($content)
| Parameter Name | Default Value | Description |
|---|---|---|
| $content | $content The content to be set in the buffer |
Defined in
libraries/joomla/document/document.php
Importing
jimport( 'joomla.document.document' );
Source Body
function setBuffer($content) {
$this->_buffer = $content;
}
[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >
Examples
Code Examples