57 $out->setRobotPolicy(
'noindex,nofollow' );
61 $out->disableClientCache();
63 if ( $this->
getContext()->getConfig()->
get( MainConfigNames::UseMediaWikiUIEverywhere ) ) {
64 $out->addModuleStyles( [
66 'mediawiki.ui.checkbox',
73 $editor->setContextTitle( $this->
getTitle() );
getTitle()
Shortcut to get the Title object from the page.
getContext()
Get the IContextSource in use here.
getOutput()
Get the OutputPage being used for this instance.
getUser()
Shortcut to get the User being used for this instance.
getArticle()
Get a Article object.
useTransactionalTimeLimit()
Call wfTransactionalTimeLimit() if this request was POSTed.
Page edition handler (action=edit)
doesWrites()
Indicates whether this action may perform database writes.
The HTML user interface for page editing.
A class containing constants representing the names of configuration variables.