PHP Class Doctrine\DBAL\Logging\MonologSQLLogger

Inheritance: implements Doctrine\DBAL\Logging\SQLLogger
Datei anzeigen Open project: tuupola/slim-api-skeleton

Public Properties

Property Type Description
$logger
$sql
$start

Public Methods

Method Description
__construct ( $logger = null )
startQuery ( $sql, array $params = null, array $types = null )
stopQuery ( )

Method Details

__construct() public method

public __construct ( $logger = null )

startQuery() public method

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

stopQuery() public method

public stopQuery ( )

Property Details

$logger public_oe property

public $logger

$sql public_oe property

public $sql

$start public_oe property

public $start