existenceCheck(Title $title)
Does the Title currently exists.
msg( $key,... $params)
Wrapper around wfMessage that sets the current context.
forceExistenceCheck()
Should formatResult() always check page existence, even if the results are fresh? This is a (hopefull...
preprocessResults( $db, $res)
Cache page existence for performance.
static getTitleFor( $name, $subpage=false, $fragment='')
Get a localised Title object for a specified special page name If you don't need a full Title object,...
formatResult( $skin, $result)
Format an individual result.
isSyndicated()
Sometime we don't want to build rss / atom feeds.
isExpensive()
Is this query expensive (for some definition of expensive)? Then we don't let it run in miser mode.
getLanguage()
Shortcut to get user's language.
getOrderFields()
Order by title for pages with the same number of links to them.
getCacheOrderFields()
Also use the order fields returned by getOrderFields when fetching from the cache.
This is a class for doing query pages; since they're almost all the same, we factor out some of the f...
executeLBFromResultWrapper(IResultWrapper $res, $ns=null)
Creates a new LinkBatch object, adds all pages from the passed result wrapper (MUST include title and...
isCached()
Whether or not the output of the page in question is retrieved from the database cache.
static makeTitleSafe( $ns, $title, $fragment='', $interwiki='')
Create a new Title from a namespace index and a DB key.
makeWlhLink( $title, $result)
Make a "what links here" link for a given title.
sortDescending()
Do not order descending for all order fields.
MediaWiki Linker LinkRenderer null $linkRenderer
Class definition for a wanted query page like WantedPages, WantedTemplates, etc.