Interface IDibiProfiler
Defines method that must profiler implement.
Direct Known Implementers
DibiProfiler
public
int
|
#
before(
DibiConnection
$connection,
int
$event,
string
$sql = NULL
)
Before event notification. Before event notification. Parameters$connection DibiConnection$event int event name$sql string sql |
public
void
|
#
after(
int
$ticket,
DibiResult
$result = NULL
)
After event notification. After event notification. Parameters$ticket int$result DibiResult |
public
void
|
#
exception(
DibiDriverException
$exception
)
After exception notification. After exception notification. Parameters$exception DibiDriverException |