DbalLogger
class DbalLogger implements SQLLogger
Постоянные значения
| MAX_STRING_LENGTH | |
| BINARY_DATA_VALUE |
Методы
| __construct(LoggerInterface $logger = null, Stopwatch $stopwatch = null) | ||
| startQuery($sql, array $params = null, array $types = null) {@inheritdoc} | ||
| stopQuery() {@inheritdoc} |
Подробности
__construct(LoggerInterface $logger = null, Stopwatch $stopwatch = null)
Параметры
| LoggerInterface | $logger | |
| Stopwatch | $stopwatch |
startQuery($sql, array $params = null, array $types = null)
{@inheritdoc}
Параметры
| $sql | ||
| array | $params | |
| array | $types |
stopQuery()
{@inheritdoc}
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.7/Symfony/Bridge/Doctrine/Logger/DbalLogger.html