PHP 클래스 Doctrine\DBAL\Logging\MonologSQLLogger

상속: implements Doctrine\DBAL\Logging\SQLLogger
파일 보기 프로젝트 열기: tuupola/slim-api-skeleton

공개 프로퍼티들

프로퍼티 타입 설명
$logger
$sql
$start

공개 메소드들

메소드 설명
__construct ( $logger = null )
startQuery ( $sql, array $params = null, array $types = null )
stopQuery ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $logger = null )

startQuery() 공개 메소드

public startQuery ( $sql, array $params = null, array $types = null )
$params array
$types array

stopQuery() 공개 메소드

public stopQuery ( )

프로퍼티 상세

$logger 공개적으로 프로퍼티

public $logger

$sql 공개적으로 프로퍼티

public $sql

$start 공개적으로 프로퍼티

public $start