MediaWiki master
DeferrableUpdate.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Deferred;
4
17 public function doUpdate();
18}
19
21class_alias( DeferrableUpdate::class, 'DeferrableUpdate' );
Interface that deferrable updates should implement.
doUpdate()
Perform the actual work.