JDocument::getBuffer: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
m preparing for archive only |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
Get the contents of the document buffer. | Get the contents of the document buffer. | ||
<source lang="php"> | <source lang="php"> | ||
public | public function getBuffer () | ||
</source> | </source> | ||
* '''Returns''' The contents of the document buffer | |||
The contents of the document buffer | * '''Defined''' on line 326 of libraries/joomla/document/document.php | ||
libraries/joomla/document/document.php | |||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JDocument::getBuffer source code''' on [[jplatform:document/document.php#cl-318|BitBucket]] | |||
* {{JVer|11.1}} Class [[API17:JDocument|JDocument]] | |||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Document|Document]] | |||
* | * [[API17:JDocument::getBuffer|Other versions of JDocument::getBuffer]] | ||
* [[JDocument::getBuffer|Other versions of | |||
===Examples=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JDocument::getBuffer | category=JDocument::getBuffer | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Latest revision as of 02:51, 25 March 2017
JDocument::getBuffer
Description
Get the contents of the document buffer.
public function getBuffer ()
- Returns The contents of the document buffer
- Defined on line 326 of libraries/joomla/document/document.php
See also
JDocument::getBuffer source code on BitBucket
Class JDocument
Subpackage Document- Other versions of JDocument::getBuffer
User contributed notes
Code Examples