|
MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
| onContribsPager__reallyDoQuery (&$data, $pager, $offset, $limit, $descending) | |
| This hook is called before really executing the query for My Contributions. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ContribsPager::reallyDoQuery" to register handlers implementing this interface.
Definition at line 16 of file ContribsPager__reallyDoQueryHook.php.
| MediaWiki\Specials\Hook\ContribsPager__reallyDoQueryHook::onContribsPager__reallyDoQuery | ( | & | $data, |
| $pager, | |||
| $offset, | |||
| $limit, | |||
| $descending ) |
This hook is called before really executing the query for My Contributions.
| array<iterable<stdClass>> | &$data An array of results of all contribs queries | |
| ContributionsPager | $pager | The ContributionsPager object hooked into |
| string | $offset | Index offset, inclusive |
| int | $limit | Exact query limit |
| bool | $descending | Query direction, false for ascending, true for descending |
Implemented in MediaWiki\HookContainer\HookRunner.