API15

API15:JProfiler/ construct

From Joomla! Documentation

Description

Constructor

[<! removed edit link to red link >]

<! removed transcluded page call, red link never existed >

Syntax

__construct($prefix= '')
Parameter Name Default Value Description
$prefix Prefix for mark messages

Defined in

libraries/joomla/error/profiler.php

Importing

jimport( 'joomla.error.profiler' );

Source Body

function __construct( $prefix = '' )
{
        $this->_start = $this->getmicrotime();
        $this->_prefix = $prefix;
        $this->_buffer = array();
}

[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >

Examples

Code Examples