JDocument::setBuffer
Set the contents of the document buffer
Signature
public function setBuffer(string
$content,
array
$optionsĀ )
Parameters
-
$content
- The content to be set in the buffer.
-
$options
- Array of optional elements.
Returns
- JDocument
- instance of $this to allow chaining