Back to Document class

Method getBuffer

public mixed
getBuffer
()
Get the contents of the document buffer
Returns
  • mixed
Since
  • 1.7.0
Class: Document
Project: Joomla

Method getBuffer - Source code

/**
 * Get the contents of the document buffer
 *
 * @return  mixed
 *
 * @since   1.7.0
 */
public function getBuffer()
{
    return self::$_buffer;
}