classMySqlSessionSqlModeReflector
final class MySqlSessionSqlModeReflector
Implements the My Sql Session Sql Mode Reflector contract for MySQL.
Methods§
public function __construct(private ConnectionInterface $connection)Configure the dependencies used by this operation.
Parameters
$connection | ConnectionInterface |
public function reflect(): stringReflect for the supplied MySQL input.
Returns
stringTest cases 2
Called from 1
Calls 2
- method-call ConnectionInterface::query() line 26
- function-call
is_stringline 33
Private surface 1§
Implementation details, listed for orientation only.
private ConnectionInterface $connectionTest cases 3§
Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.
Dedicated tests 2
Other tests reaching this symbol 1
MySqlSessionFactoryTestcalls