MediaWiki master
WatchedItemQueryServiceExtension.php
Go to the documentation of this file.
1<?php
2
6
18
35 public function modifyWatchedItemsWithRCInfoQuery( UserIdentity $user, array $options,
36 IReadableDatabase $db, array &$tables, array &$fields, array &$conds, array &$dbOptions,
37 array &$joinConds
38 );
39
55 public function modifyWatchedItemsWithRCInfo( UserIdentity $user, array $options, IReadableDatabase $db,
56 array &$items, $res, &$startFrom
57 );
58
59}
Interface for objects representing user identity.
modifyWatchedItemsWithRCInfoQuery(UserIdentity $user, array $options, IReadableDatabase $db, array &$tables, array &$fields, array &$conds, array &$dbOptions, array &$joinConds)
Modify the WatchedItemQueryService::getWatchedItemsWithRecentChangeInfo() query before it's made.
modifyWatchedItemsWithRCInfo(UserIdentity $user, array $options, IReadableDatabase $db, array &$items, $res, &$startFrom)
Modify the results from WatchedItemQueryService::getWatchedItemsWithRecentChangeInfo() before they're...
A database connection without write operations.
Result wrapper for grabbing data queried from an IDatabase object.