MediaWiki REL1_35
ModifyExportQueryHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
29 public function onModifyExportQuery( $db, &$tables, $cond, &$opts,
30 &$join_conds, &$conds
31 );
32}
onModifyExportQuery( $db, &$tables, $cond, &$opts, &$join_conds, &$conds)
Use this hook to modify the query used by the exporter.
Basic database interface for live and lazy-loaded relation database handles.
Definition IDatabase.php:38