DoctrineSQLLogger
in package
implements
SQLLogger
Doctrine SQL Logger for DBG
Tags
Table of Contents
Interfaces
- SQLLogger
Properties
- $query : mixed
- $startTime : mixed
Methods
- startQuery() : mixed
- {@inheritdoc}
- stopQuery() : mixed
- {@inheritdoc}
Properties
$query
private
mixed
$query
= null
$startTime
private
mixed
$startTime
= null
Methods
startQuery()
{@inheritdoc}
public
startQuery(mixed $sql[, array<string|int, mixed> $params = null ][, array<string|int, mixed> $types = null ]) : mixed
Parameters
- $sql : mixed
- $params : array<string|int, mixed> = null
- $types : array<string|int, mixed> = null
stopQuery()
{@inheritdoc}
public
stopQuery() : mixed