API17

API17:JDocument::setBuffer

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples