target = $target; } public function doUpdate() { $gadgetRepo = MediaWikiServices::getInstance()->getService( 'GadgetsRepo' ); $gadgetRepo->handlePageUpdate( $this->target ); } }