MediaWiki REL1_37
CategoryAfterPageAddedHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5use Category;
6use WikiPage;
7
25 public function onCategoryAfterPageAdded( $category, $wikiPage );
26}
Category objects are immutable, strictly speaking.
Definition Category.php:33
Class representing a MediaWiki article and history.
Definition WikiPage.php:60
This is a hook handler interface, see docs/Hooks.md.
onCategoryAfterPageAdded( $category, $wikiPage)
This hook is called after a page is added to a category.