31 parent::__construct(
'enotifNotify',
$title, $params );
34 public function run() {
37 if ( isset( $this->params[
'editorID'] ) && $this->params[
'editorID'] ) {
41 # @todo FIXME: newFromName could return false on a badly configured wiki.
44 $enotif->actuallyNotifyOnPageChange(
47 $this->params[
'timestamp'],
48 $this->params[
'summary'],
49 $this->params[
'minorEdit'],
50 $this->params[
'oldid'],
51 $this->params[
'watchers'],
52 $this->params[
'pageStatus']
This module processes the email notifications when the current page is changed.
Job for email notification mails.
__construct(Title $title, array $params)
Class to both describe a background job and handle jobs.
Represents a title within MediaWiki.
static newFromName( $name, $validate='valid')
static newFromId( $id)
Static factory method for creation from a given user ID.