31 parent::__construct(
'enotifNotify', $title, $params );
34 public function run() {
37 if ( isset( $this->params[
'editorID'] ) && $this->params[
'editorID'] ) {
38 $editor = User::newFromId( $this->params[
'editorID'] );
41 # @todo FIXME: newFromName could return false on a badly configured wiki.
42 $editor = User::newFromName( $this->params[
'editor'],
false );
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.
Send an email notification.
__construct(Title $title, array $params)
Class to both describe a background job and handle jobs.