67 $curid =
$request->getInt(
'curid' );
71 if (
$request->getCheck(
'search' ) ) {
88 if ( count( $wgContLang->getVariants() ) > 1
89 && !is_null(
$ret ) &&
$ret->getArticleID() == 0
99 if (
$ret === null || !
$ret->isSpecialPage() ) {
101 $oldid =
$request->getInt(
'oldid' );
102 $oldid = $oldid ? $oldid :
$request->getInt(
'diff' );
112 && strval(
$title ) ===
''
119 if (
$ret === null || (
$ret->getDBkey() ==
'' && !
$ret->isExternal() ) ) {
134 if ( !$this->context->hasTitle() ) {
136 $this->context->setTitle( $this->
parseTitle() );
141 return $this->context->getTitle();
150 if ( $this->action === null ) {
173 $requestTitle =
$title = $this->context->getTitle();
174 $output = $this->context->getOutput();
175 $user = $this->context->getUser();
177 if (
$request->getVal(
'printable' ) ===
'yes' ) {
186 ||
$title->isSpecial(
'Badtitle' )
200 $permErrors =
$title->isSpecial(
'RunJobs' )
202 :
$title->getUserPermissionsErrors(
'read',
$user );
203 if ( count( $permErrors ) ) {
214 $this->context->setTitle( $badTitle );
215 $wgTitle = $badTitle;
221 if (
$title->isExternal() ) {
222 $rdfrom =
$request->getVal(
'rdfrom' );
224 $url =
$title->getFullURL( [
'rdfrom' => $rdfrom ] );
231 if ( !preg_match(
'/^' . preg_quote( $this->config->get(
'Server' ),
'/' ) .
'/', $url )
235 $output->redirect( $url, 301 );
249 if (
$title->isSpecialPage() ) {
252 $specialPage->setContext( $this->context );
253 if ( $this->config->get(
'HideIdentifiableRedirects' )
254 && $specialPage->personallyIdentifiableTarget()
257 $target = $specialPage->getRedirect( $subpage );
259 if ( $target instanceof
Title ) {
260 $query = $specialPage->getRedirectQuery() ?: [];
262 $request->setRequestURL( $this->context->getRequest()->getRequestURL() );
263 $this->context->setRequest(
$request );
265 $this->context->
getOutput()->lowerCdnMaxage( 0 );
266 $this->context->setTitle( $target );
269 $this->action = null;
272 'wgInternalRedirectTargetUrl' => $target->getFullURL(
$query ),
290 } elseif ( is_string(
$article ) ) {
293 throw new MWException(
"Shouldn't happen: MediaWiki::initializeArticle()"
294 .
" returned neither an object nor a URL" );
324 $output = $this->context->getOutput();
326 if (
$request->getVal(
'action',
'view' ) !=
'view'
328 || (
$request->getVal(
'title' ) !== null
330 || count(
$request->getValueNames( [
'action',
'title' ] ) )
344 if ( $targetUrl ==
$request->getFullRequestURL() ) {
345 $message =
"Redirect loop detected!\n\n" .
346 "This means the wiki got confused about what page was " .
347 "requested; this sometimes happens when moving a wiki " .
348 "to a new server or changing the server configuration.\n\n";
350 if ( $this->config->get(
'UsePathInfo' ) ) {
351 $message .=
"The wiki is trying to interpret the page " .
352 "title from the URL path portion (PATH_INFO), which " .
353 "sometimes fails depending on the web server. Try " .
354 "setting \"\$wgUsePathInfo = false;\" in your " .
355 "LocalSettings.php, or check that \$wgArticlePath " .
358 $message .=
"Your web server was detected as possibly not " .
359 "supporting URL path components (PATH_INFO) correctly; " .
360 "check your LocalSettings.php for a customized " .
361 "\$wgArticlePath setting and/or toggle \$wgUsePathInfo " .
366 $output->setSquidMaxage( 1200 );
367 $output->redirect( $targetUrl,
'301' );
378 $title = $this->context->getTitle();
379 if ( $this->context->canUseWikiPage() ) {
383 $page = $this->context->getWikiPage();
388 $this->context->setWikiPage(
$page );
389 wfWarn(
"RequestContext::canUseWikiPage() returned false" );
409 &&
$request->getVal(
'redirect' ) !=
'no'
411 && !( is_object( $file ) && $file->exists() && !$file->getRedirected() )
414 $ignoreRedirect = $target =
false;
422 if ( !$ignoreRedirect && ( $target ||
$page->isRedirect() ) ) {
424 $target = $target ? $target :
$page->followRedirect();
425 if ( is_string( $target ) ) {
426 if ( !$this->config->get(
'DisableHardRedirects' ) ) {
431 if ( is_object( $target ) ) {
434 $rpage->loadPageData();
435 if ( $rpage->exists() || ( is_object( $file ) && !$file->isLocal() ) ) {
437 $rarticle->setRedirectedFrom(
$title );
440 $this->context->setTitle( $target );
441 $this->context->setWikiPage(
$article->getPage() );
446 $this->context->setTitle(
$article->getTitle() );
447 $this->context->setWikiPage(
$article->getPage() );
462 $output = $this->context->getOutput();
463 $title = $this->context->getTitle();
464 $user = $this->context->getUser();
477 $trxLimits = $this->config->get(
'TrxProfilerLimits' );
480 $trxProfiler->setExpectations( $trxLimits[
'POST-nonwrite'], __METHOD__ );
484 # Let CDN cache things if we can purge them.
485 if ( $this->config->get(
'UseSquid' ) &&
492 $output->setCdnMaxage( $this->config->get(
'SquidMaxage' ) );
501 $output->showErrorPage(
'nosuchaction',
'nosuchactiontext' );
527 in_array(
$action, [
'view',
'history' ],
true ) &&
532 if (
$cache->isCached() ) {
549 $name = $this->context->getUser()->getName();
550 $services->getDBLoadBalancerFactory()->setAgentName(
561 self::preOutputCommit( $this->context, $postCommitWork );
576 ignore_user_abort(
true );
587 [
'maxWriteDuration' =>
$config->
get(
'MaxUserDBWriteDuration' ) ]
589 wfDebug( __METHOD__ .
': primary transaction round committed' );
593 wfDebug( __METHOD__ .
': pre-send deferred updates completed' );
596 $urlDomainDistance = (
599 $lbFactory->hasOrMadeRecentMasterChanges( INF )
600 ) ? self::getUrlDomainDistance(
$output->getRedirect(),
$context ) :
false;
602 if ( $urlDomainDistance ===
'local' || $urlDomainDistance ===
'remote' ) {
606 $flags = $lbFactory::SHUTDOWN_CHRONPROT_ASYNC;
607 $cpPosTime = microtime(
true );
609 if ( $urlDomainDistance ===
'local' ) {
611 $expires = time() + ChronologyProtector::POSITION_TTL;
613 $request->response()->setCookie(
'cpPosTime', $cpPosTime, $expires,
$options );
616 $safeUrl =
$lbFactory->appendPreShutdownTimeAsQuery(
625 $flags = $lbFactory::SHUTDOWN_CHRONPROT_SYNC;
626 if (
$lbFactory->hasOrMadeRecentMasterChanges( INF ) ) {
627 $cpPosTime = microtime(
true );
630 $expires = time() + ChronologyProtector::POSITION_TTL;
632 $request->response()->setCookie(
'cpPosTime', $cpPosTime, $expires,
$options );
637 wfDebug( __METHOD__ .
': LBFactory shutdown completed' );
643 $expires = time() +
$config->
get(
'DataCenterUpdateStickTTL' );
646 $request->response()->setCookie(
'UseCDNCache',
'false', $expires,
$options );
653 $output->lowerCdnMaxage( $maxAge );
654 $request->response()->header(
"X-Database-Lagged: true" );
655 wfDebugLog(
'replication',
"Lagged DB used; CDN cache TTL limited to $maxAge seconds" );
660 $maxAge =
$config->
get(
'CdnMaxageSubstitute' );
661 $output->lowerCdnMaxage( $maxAge );
662 $request->response()->header(
"X-Response-Substitute: true" );
672 static $relevantKeys = [
'host' =>
true,
'port' =>
true ];
675 if ( $infoCandidate ===
false ) {
679 $infoCandidate = array_intersect_key( $infoCandidate, $relevantKeys );
680 $clusterHosts = array_merge(
682 [ $context->
getConfig()->get(
'CanonicalServer' ) ],
684 $context->
getConfig()->get(
'LocalVirtualHosts' )
687 foreach ( $clusterHosts
as $i => $clusterHost ) {
692 $infoHost = array_intersect_key( $parseUrl, $relevantKeys );
693 if ( $infoCandidate === $infoHost ) {
694 return ( $i === 0 ) ?
'local' :
'remote';
712 $timing = $this->context->getTiming();
713 $timing->mark(
'requestShutdown' );
718 $callback =
function ()
use ( $mode ) {
727 if ( function_exists(
'register_postsend_function' ) ) {
729 register_postsend_function( $callback );
731 if ( function_exists(
'fastcgi_finish_request' ) ) {
732 fastcgi_finish_request();
736 ignore_user_abort(
true );
746 $output = $this->context->getOutput();
750 if ( $this->config->get(
'UseAjax' ) &&
$request->getVal(
'action' ) ===
'ajax' ) {
755 $this->context->setTitle(
$title );
759 $dispatcher->performAction( $this->context->getUser() );
771 $trxLimits = $this->config->get(
'TrxProfilerLimits' );
773 $trxProfiler->setLogger( LoggerFactory::getInstance(
'DBPerformance' ) );
775 $trxProfiler->setExpectations( $trxLimits[
'GET'], __METHOD__ );
777 $trxProfiler->setExpectations( $trxLimits[
'POST'], __METHOD__ );
786 $request->getProtocol() ==
'http' &&
790 $request->getSession()->shouldForceHTTPS() ||
792 $request->getCookie(
'forceHTTPS',
'' ) ||
794 $request->getCookie(
'forceHTTPS' ) ||
797 $this->context->getUser()->isLoggedIn()
798 && $this->context->getUser()->requiresHTTPS()
802 $oldUrl =
$request->getFullRequestURL();
803 $redirUrl = preg_replace(
'#^http://#',
'https://', $oldUrl );
806 if (
Hooks::run(
'BeforeHttpsRedirect', [ $this->context, &$redirUrl ] ) ) {
817 wfDebugLog(
'RedirectedPosts',
"Redirected from HTTP to HTTPS: $oldUrl" );
821 $this->context->setTitle(
$title );
823 $output->addVaryHeader(
'X-Forwarded-Proto' );
824 $output->redirect( $redirUrl );
834 if (
$cache->isCacheGood( ) ) {
838 $cache->loadFromFileCache( $this->context );
842 $this->context->getWikiPage()->doViewUpdates( $this->context->getUser() );
880 $lbFactory->commitMasterChanges( __METHOD__ );
884 $trxProfiler->resetExpectations();
885 $trxProfiler->setExpectations(
886 $this->config->get(
'TrxProfilerLimits' )[
'PostSend'],
899 if ( $mode ===
'normal' ) {
907 $lbFactory->commitMasterChanges( __METHOD__ );
910 wfDebug(
"Request ended normally\n" );
919 $jobRunRate = $this->config->get(
'JobRunRate' );
920 if ( $this->
getTitle()->isSpecial(
'RunJobs' ) ) {
922 } elseif ( $jobRunRate <= 0 ||
wfReadOnly() ) {
926 if ( $jobRunRate < 1 ) {
927 $max = mt_getrandmax();
928 if ( mt_rand( 0, $max ) > $max * $jobRunRate ) {
933 $n = intval( $jobRunRate );
936 $runJobsLogger = LoggerFactory::getInstance(
'runJobs' );
939 if ( !$this->config->get(
'RunJobsAsync' ) ) {
940 $runner =
new JobRunner( $runJobsLogger );
941 $runner->run( [
'maxJobs' => $n ] );
956 $query = [
'title' =>
'Special:RunJobs',
957 'tasks' =>
'jobs',
'maxjobs' => $n,
'sigexpiry' => time() + 5 ];
959 $query, $this->config->get(
'SecretKey' ) );
961 $errno = $errstr = null;
962 $info =
wfParseUrl( $this->config->get(
'CanonicalServer' ) );
963 $host = $info ? $info[
'host'] : null;
965 if ( isset( $info[
'scheme'] ) && $info[
'scheme'] ==
'https' ) {
966 $host =
"tls://" . $host;
969 if ( isset( $info[
'port'] ) ) {
970 $port = $info[
'port'];
973 MediaWiki\suppressWarnings();
974 $sock = $host ? fsockopen(
982 MediaWiki\restoreWarnings();
984 $invokedWithSuccess =
true;
989 "POST $url HTTP/1.1\r\n" .
990 "Host: {$info['host']}\r\n" .
991 "Connection: Close\r\n" .
992 "Content-Length: 0\r\n\r\n"
995 $runJobsLogger->info(
"Running $n job(s) via '$url'" );
998 stream_set_timeout( $sock, 2 );
999 $bytes = fwrite( $sock,
$req );
1000 if ( $bytes !== strlen(
$req ) ) {
1001 $invokedWithSuccess =
false;
1002 $runJobsLogger->error(
"Failed to start cron API (socket write error)" );
1006 $start = microtime(
true );
1008 $sec = microtime(
true ) - $start;
1009 if ( !preg_match(
'#^HTTP/\d\.\d 202 #',
$status ) ) {
1010 $invokedWithSuccess =
false;
1011 $runJobsLogger->error(
"Failed to start cron API: received '$status' ($sec)" );
1016 $invokedWithSuccess =
false;
1017 $runJobsLogger->error(
"Failed to start cron API (socket error $errno): $errstr" );
1021 if ( !$invokedWithSuccess ) {
1022 $runJobsLogger->warning(
"Jobs switched to blocking; Special:RunJobs disabled" );
1024 $runner =
new JobRunner( $runJobsLogger );
1025 $runner->run( [
'maxJobs' => $n ] );
static factory(Title $title)
Create a WikiPage object of the appropriate class for the given title.
static newFromID($id, $flags=0)
Create a new Title from an article ID.
this hook is for auditing only RecentChangesLinked and Watchlist $special
deferred txt A few of the database updates required by various functions here can be deferred until after the result page is displayed to the user For updating the view updating the linked to tables after a etc PHP does not yet have any way to tell the server to actually return and disconnect while still running these but it might have such a feature in the future We handle these by creating a deferred update object and putting those objects on a global list
Interface for objects which can provide a MediaWiki context on request.
null for the local wiki Added should default to null in handler for backwards compatibility add a value to it if you want to add a cookie that have to vary cache options can modify $query
static newMainPage()
Create a new Title for the Main Page.
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses & $ret
Apache License January AND DISTRIBUTION Definitions License shall mean the terms and conditions for use
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...
div flags Integer display flags(NO_ACTION_LINK, NO_EXTRA_USER_LINKS) 'LogException'returning false will NOT prevent logging $e
static instance()
Singleton.
static useFileCache(IContextSource $context, $mode=self::MODE_NORMAL)
Check if pages can be cached for this request/user.
static doUpdates($mode= 'run', $stage=self::ALL)
Do any deferred updates and clear the list.
Similar to FauxRequest, but only fakes URL parameters and method (POST or GET) and use the base reque...
Using a hook running we can avoid having all this option specific stuff in our mainline code Using the function array $article
Page view caching in the file system.
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency MediaWikiServices
it s the revision text itself In either if gzip is the revision text is gzipped $flags
static handleException($e)
Exception handler which simulates the appropriate catch() handling:
static newFromText($text, $defaultNamespace=NS_MAIN)
Create a new Title from text, such as what one would find in a link.
when a variable name is used in a it is silently declared as a new local masking the global
wfExpandUrl($url, $defaultProto=PROTO_CURRENT)
Expand a potentially local URL to a fully-qualified URL.
static pushLazyJobs()
Push all jobs buffered via lazyPush() into their respective queues.
get($name)
Get a configuration variable such as "Sitename" or "UploadMaintenance.".
wfDebug($text, $dest= 'all', array $context=[])
Sends a line to the debug log if enabled or, optionally, to a comment in output.
static factory($action, Page $page, IContextSource $context=null)
Get an appropriate Action subclass for the given action.
Actions are things which can be done to pages (edit, delete, rollback, etc).
Show an error that looks like an HTTP server error.
getRequest()
Get the WebRequest object.
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return true
static getHTML($e)
If $wgShowExceptionDetails is true, return a HTML message with a backtrace to the error...
static getPage($name)
Find the object with a given name and return it (or NULL)
wfDebugLog($logGroup, $text, $dest= 'all', array $context=[])
Send a line to a supplementary debug log file, if configured, or main debug log if not...
getConfig()
Get the site configuration.
Interface for type hinting (accepts WikiPage, Article, ImagePage, CategoryPage)
wfReadOnly()
Check whether the wiki is in read-only mode.
static getMain()
Static methods.
const SHUTDOWN_NO_CHRONPROT
An error page which can definitely be safely rendered using the OutputPage.
getDBkey()
Get the main part with underscores.
wfWarn($msg, $callerOffset=1, $level=E_USER_NOTICE)
Send a warning either to the debug log or in a PHP error depending on $wgDevelopmentWarnings.
this hook is for auditing only RecentChangesLinked and Watchlist RecentChangesLinked and Watchlist e g Watchlist removed from all revisions and log entries to which it was applied This gives extensions a chance to take it off their books as the deletion has already been partly carried out by this point or something similar the user will be unable to create the tag set and then return false from the hook function Ensure you consume the ChangeTagAfterDelete hook to carry out custom deletion actions as context called by AbstractContent::getParserOutput May be used to override the normal model specific rendering of page content as context as context $options
Shortcut to construct a special page alias.
getCdnUrls()
Get a list of URLs to purge from the CDN cache when this page changes.
static setImmediateMode($value)
namespace and then decline to actually register it file or subcat img or subcat $title
static run($event, array $args=[], $deprecatedVersion=null)
Call hook functions defined in Hooks::register and $wgHooks.
static getActionName(IContextSource $context)
Get the action that will be executed, not necessarily the one passed passed through the "action" requ...
presenting them properly to the user as errors is done by the caller return true use this to change the list i e etc $rev
static configuration should be added through ResourceLoaderGetConfigVars instead can be used to get the real title after the basic globals have been set but before ordinary actions take place or wrap services the preferred way to define a new service is the $wgServiceWiringFiles array $services
static getForTitle(Title $title)
Returns the appropriate ContentHandler singleton for the given title.
This document is intended to provide useful advice for parties seeking to redistribute MediaWiki to end users It s targeted particularly at maintainers for Linux since it s been observed that distribution packages of MediaWiki often break We ve consistently had to recommend that users seeking support use official tarballs instead of their distribution s and this often solves whatever problem the user is having It would be nice if this could such as
Special handling for file pages.
please add to it if you re going to add events to the MediaWiki code where normally authentication against an external auth plugin would be creating a local account $user
static singleton($wiki=false)
Show an error page on a badtitle.
static newFromTextThrow($text, $defaultNamespace=NS_MAIN)
Like Title::newFromText(), but throws MalformedTitleException when the title is invalid, rather than returning null.
this hook is for auditing only RecentChangesLinked and Watchlist RecentChangesLinked and Watchlist e g Watchlist removed from all revisions and log entries to which it was applied This gives extensions a chance to take it off their books as the deletion has already been partly carried out by this point or something similar the user will be unable to create the tag set and then return false from the hook function Ensure you consume the ChangeTagAfterDelete hook to carry out custom deletion actions as context called by AbstractContent::getParserOutput May be used to override the normal model specific rendering of page content as context as context the output can only depend on parameters provided to this hook not on global state indicating whether full HTML should be generated If generation of HTML may be but other information should still be present in the ParserOutput object & $output
isSpecialPage()
Returns true if this is a special page.
static newFromId($id, $flags=0)
Load a page revision from a given revision ID number.
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
this hook is for auditing only $req
error also a ContextSource you ll probably need to make sure the header is varied on $request
static resolveAlias($alias)
Given a special page name with a possible subpage, return an array where the first element is the spe...
Job queue runner utility methods.
static newFromURL($url)
THIS IS NOT THE FUNCTION YOU WANT.
Show an error when a user tries to do something they do not have the necessary permissions for...
getTitle()
Get the Title object.
this class mediates it Skin Encapsulates a look and feel for the wiki All of the functions that render HTML and make choices about how to render it are here and are called from various other places when and is meant to be subclassed with other skins that may override some of its functions The User object contains a reference to a and so rather than having a global skin object we just rely on the global User and get the skin with $wgUser and also has some character encoding functions and other locale stuff The current user interface language is instantiated as and the local content language as $wgContLang
static executePath(Title &$title, IContextSource &$context, $including=false, LinkRenderer $linkRenderer=null)
Execute a special page path.
this hook is for auditing only RecentChangesLinked and Watchlist RecentChangesLinked and Watchlist e g Watchlist removed from all revisions and log entries to which it was applied This gives extensions a chance to take it off their books as the deletion has already been partly carried out by this point or something similar the user will be unable to create the tag set $status
MediaWiki Logger LoggerFactory implements a PSR[0] compatible message logging system Named Psr Log LoggerInterface instances can be obtained from the MediaWiki Logger LoggerFactory::getInstance() static method.MediaWiki\Logger\LoggerFactory expects a class implementing the MediaWiki\Logger\Spi interface to act as a factory for new Psr\Log\LoggerInterface instances.The"Spi"in MediaWiki\Logger\Spi stands for"service provider interface".An SPI is an API intended to be implemented or extended by a third party.This software design pattern is intended to enable framework extension and replaceable components.It is specifically used in the MediaWiki\Logger\LoggerFactory service to allow alternate PSR-3 logging implementations to be easily integrated with MediaWiki.The service provider interface allows the backend logging library to be implemented in multiple ways.The $wgMWLoggerDefaultSpi global provides the classname of the default MediaWiki\Logger\Spi implementation to be loaded at runtime.This can either be the name of a class implementing the MediaWiki\Logger\Spi with a zero argument const ructor or a callable that will return an MediaWiki\Logger\Spi instance.Alternately the MediaWiki\Logger\LoggerFactory MediaWiki Logger LoggerFactory
static getQuerySignature(array $query, $secretKey)
getOutput()
Get the OutputPage object.
addJsConfigVars($keys, $value=null)
Add one or more variables to be set in mw.config in JavaScript.
if(!$wgRequest->checkUrlExtension()) if(!$wgEnableAPI) $wgTitle
static logException($e)
Log an exception to the exception log (if enabled).
static newFromWikiPage(WikiPage $page, IContextSource $context)
Create an Article object of the appropriate class for the given page.
wfParseUrl($url)
parse_url() work-alike, but non-broken.
getRequest()
Get the WebRequest object.
static makeTitle($ns, $title, $fragment= '', $interwiki= '')
Create a new Title from a namespace index and a DB key.
Object-Oriented Ajax functions.
static singleton()
Get the signleton instance of this class.
do that in ParserLimitReportFormat instead use this to modify the parameters of the image and a DIV can begin in one section and end in another Make sure your code can handle that case gracefully See the EditSectionClearerLink extension for an example zero but section is usually empty its values are the globals values before the output is cached $page
getPrefixedDBkey()
Get the prefixed database key form.
getFullURL($query= '', $query2=false, $proto=PROTO_RELATIVE)
Get a real URL referring to this title, with interwiki link and fragment.
getOutput()
Get the OutputPage object.
Allows to change the fields on the form that will be generated $name