Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Neos
Flow
Persistence
Doctrine
Logging
SqlLogger
PHP Class Neos\Flow\Persistence\Doctrine\Logging\SqlLogger
Inheritance:
implements
Doctrine\DBAL\Logging\SQLLogger
Datei anzeigen
Open project: neos/flow-development-collection
Protected Properties
Property
Type
Description
$logger
Neos\Flow\Log\LoggerInterface
Public Methods
Method
Description
startQuery
(
string
$sql
,
array
$params
= null,
array
$types
= null ) :
void
Logs a SQL statement to the system logger (DEBUG priority).
stopQuery
( ) :
void
Method Details
startQuery()
public
method
Logs a SQL statement to the system logger (DEBUG priority).
public
startQuery
(
string
$sql
,
array
$params
= null,
array
$types
= null ) :
void
$sql
string
The SQL to be executed
$params
array
The SQL parameters
$types
array
The SQL parameter types.
return
void
stopQuery()
public
method
public
stopQuery
( ) :
void
return
void
Property Details
$logger
protected_oe property
protected
LoggerInterface,Neos\Flow\Log
$logger
return
Neos\Flow\Log\LoggerInterface