| 1 | <?php |
||
| 34 | class Statistics implements Modifier |
||
| 35 | { |
||
| 36 | |||
| 37 | /** |
||
| 38 | * Enables the query's debug mode to get more detailed information. |
||
| 39 | * |
||
| 40 | * @param Query $query The query to modify |
||
| 41 | * @return Query The modified query with enabled debugging mode |
||
| 42 | */ |
||
| 43 | public function modifyQuery(Query $query) |
||
| 49 | } |
||
| 50 |