MediaWiki REL1_33
HTMLCacheUpdate.php
Go to the documentation of this file.
1<?php
31 public $mTitle;
32
34 public $mTable;
35
42 function __construct(
43 Title $titleTo, $table, $causeAction = 'unknown', $causeAgent = 'unknown'
44 ) {
45 $this->mTitle = $titleTo;
46 $this->mTable = $table;
47 $this->causeAction = $causeAction;
48 $this->causeAgent = $causeAgent;
49 }
50
51 public function doUpdate() {
53 $this->mTitle,
54 $this->mTable,
55 [ 'causeAction' => $this->getCauseAction(), 'causeAgent' => $this->getCauseAgent() ]
56 );
57
58 JobQueueGroup::singleton()->lazyPush( $job );
59 }
60}
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two and(2) offer you this license which gives you legal permission to copy
Abstract base class for update jobs that do something with some secondary data extracted from article...
string $causeAction
Short update cause action description.
string $causeAgent
Short update cause user description.
static newForBacklinks(Title $title, $table, $params=[])
Class to invalidate the HTML cache of all the pages linking to a given title.
doUpdate()
Perform the actual work.
__construct(Title $titleTo, $table, $causeAction='unknown', $causeAgent='unknown')
Represents a title within MediaWiki.
Definition Title.php:40
if(count( $args)< 1) $job