title = $title; $this->table = $table; } public function doUpdate() { $job = HTMLCacheUpdateJob::newForBacklinks( $this->title, $this->table, [ 'causeAction' => $this->getCauseAction(), 'causeAgent' => $this->getCauseAgent() ] ); JobQueueGroup::singleton()->lazyPush( $job ); } }