PHP 클래스 Neos\Flow\Persistence\Doctrine\Logging\SqlLogger

상속: implements Doctrine\DBAL\Logging\SQLLogger
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$logger Neos\Flow\Log\LoggerInterface

공개 메소드들

메소드 설명
startQuery ( string $sql, array $params = null, array $types = null ) : void Logs a SQL statement to the system logger (DEBUG priority).
stopQuery ( ) : void

메소드 상세

startQuery() 공개 메소드

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.
리턴 void

stopQuery() 공개 메소드

public stopQuery ( ) : void
리턴 void

프로퍼티 상세

$logger 보호되어 있는 프로퍼티

protected LoggerInterface,Neos\Flow\Log $logger
리턴 Neos\Flow\Log\LoggerInterface