API17

JDocument::getBuffer: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
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.  


{{Description:JDocument::getBuffer}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JDocument::getBuffer|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Synopsis===
<source lang="php">
<source lang="php">
public JDocument->getBuffer ()
public function getBuffer ()
</source>
</source>
===Returns===
* '''Returns''' The contents of the document buffer
The contents of the document buffer
* '''Defined''' on line 326 of libraries/joomla/document/document.php
===Defined in===
libraries/joomla/document/document.php
===Referenced by===
===See also===
===See also===
<span class="editsection" style="font-size:76%;">
* {{JVer|11.1}} '''JDocument::getBuffer source code''' on [[jplatform:document/document.php#cl-318|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JDocument::getBuffer|Edit See Also]]<nowiki>]</nowiki>
* {{JVer|11.1}} Class [[API17:JDocument|JDocument]]
</span>
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Document|Document]]
* [[JDocument/11.1|JDocument]]
* [[API17:JDocument::getBuffer|Other versions of JDocument::getBuffer]]
* [[JDocument::getBuffer|Other versions of this method]]
 
{{SeeAlso:JDocument::getBuffer}}
 
===Examples===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDocument::getBuffer
category=JDocument::getBuffer
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JDocument]][[Category:JDocument::getBuffer]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 02:51, 25 March 2017

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


User contributed notes

Code Examples