\Mine\ListenerDbQueryExecutedListener

Summary

Methods
Properties
Constants
__construct()
listen()
process()
No public properties found
No constants found
No protected methods found
$console
N/A
No private methods found
$logger
N/A

Properties

$console

$console : \Hyperf\Contract\StdoutLoggerInterface

Type

\Hyperf\Contract\StdoutLoggerInterface

$logger

$logger : \Psr\Log\LoggerInterface

Type

\Psr\Log\LoggerInterface

Methods

__construct()

__construct(\Hyperf\Contract\StdoutLoggerInterface  $console, \Psr\Container\ContainerInterface  $container) 

Parameters

\Hyperf\Contract\StdoutLoggerInterface $console
\Psr\Container\ContainerInterface $container

listen()

listen() 

process()

process(\Hyperf\Database\Events\QueryExecuted  $event) 

Parameters

\Hyperf\Database\Events\QueryExecuted $event