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