MediaWiki REL1_35
ChangesListSpecialPageQueryHook.php
Go to the documentation of this file.
1<?php
2
4
6
33 public function onChangesListSpecialPageQuery( $name, &$tables, &$fields,
34 &$conds, &$query_options, &$join_conds, $opts
35 );
36}
Helper class to keep track of options when mixing links and form elements.
onChangesListSpecialPageQuery( $name, &$tables, &$fields, &$conds, &$query_options, &$join_conds, $opts)
This hook is called when building an SQL query on pages inheriting from ChangesListSpecialPage (in co...