MediaWiki REL1_33
GadgetDefinitionSecondaryDataUpdate.php
Go to the documentation of this file.
1<?php
2
25
27
31 private $target;
32
33 public function __construct( LinkTarget $target ) {
34 $this->target = $target;
35 }
36
37 public function doUpdate() {
38 GadgetRepo::singleton()->handlePageUpdate( $this->target );
39 }
40}
Abstract base class for update jobs that do something with some secondary data extracted from article...
static singleton()
Get the configured default GadgetRepo.