API16:JProfiler/getBuffer
From Joomla! Documentation
Description
Get all profiler marks.
Syntax
getBuffer()
Returns
array Array of profiler marks
Defined in
libraries/joomla/error/profiler.php
Importing
jimport( 'joomla.error.profiler' );
Source Body
public function getBuffer()
{
return $this->_buffer;
}
Examples
Code Examples