44 'vertical-label' =>
true,
46 'default' => $this->
msg(
'confirm-unwatch-top' )->parse()
52 parent::alterForm( $form );
58 $msgKey = $this->
getTitle()->isTalkPage() ?
'removedwatchtext-talk' :
'removedwatchtext';
getTitle()
Shortcut to get the Title object from the page.
getOutput()
Get the OutputPage being used for this instance.
getUser()
Shortcut to get the User being used for this instance.
msg( $key,... $params)
Get a Message object with context set Parameters are the same as wfMessage()
Page removal from a user's watchlist.
onSubmit( $data)
Process the form on POST submission.
getFormFields()
Get an HTMLForm descriptor array Stable to override.
doesWrites()
Stable to override.
getName()
Return the name of the action this object responds to.
onSuccess()
Show one of 8 possible success messages.
alterForm(HTMLForm $form)
Play with the HTMLForm if you need to more substantially Stable to override.
Page addition to a user's watchlist.
static doUnwatch(Title $title, User $user)
Unwatch a page.