PHP Class DbProfilerListener

Show file Open project: phalcon/cphalcon

Protected Properties

Property Type Description
$_profiler

Public Methods

Method Description
__construct ( )
afterQuery ( $event, $connection )
beforeQuery ( $event, $connection )
getProfiler ( )

Method Details

__construct() public method

public __construct ( )

afterQuery() public method

public afterQuery ( $event, $connection )

beforeQuery() public method

public beforeQuery ( $event, $connection )

getProfiler() public method

public getProfiler ( )

Property Details

$_profiler protected property

protected $_profiler