Extension:ORES/Hooks/ORESRecentChangeScoreSavedHook
Appearance
ORESRecentChangeScoreSavedHook | |
---|---|
Available from version ??? |
|
Define function: | public static function onORESRecentChangeScoreSavedHook( ?MediaWiki\Revision\RevisionRecord $revision, array $scores ) { ... }
|
Attach hook: | $wgHooks['ORESRecentChangeScoreSavedHook'][] = 'MyExtensionHooks::onORESRecentChangeScoreSavedHook';
|
Called from: | File(s): ORES / includes/Services/FetchScoreJob.php Function(s): fireORESRecentChangeScoreSavedHook |
For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:ORESRecentChangeScoreSavedHook extensions.
Parameters
[edit]$revision
: An instance ofMediaWiki\Revision\RevisionRecord
, ornull
if no revision was round$scores
: An array of scores, as returned byORES\Services\ScoreFetcher::getScores()