Total Complexity | 3 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | final class CommandContext extends AbstractContext |
||
8 | { |
||
9 | private const LOG_CONTEXT = 'logContext'; |
||
10 | private const SQL = 'sql'; |
||
11 | private const PARAMS = 'params'; |
||
12 | |||
13 | public function __construct( |
||
20 | } |
||
21 | |||
22 | public function getType(): string |
||
25 | } |
||
26 | |||
27 | public function asArray(): array |
||
36 |