MediaWiki REL1_39
CategoryAfterPageRemovedHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5use Category;
6use WikiPage;
7
26 public function onCategoryAfterPageRemoved( $category, $wikiPage, $id );
27}
Category objects are immutable, strictly speaking.
Definition Category.php:33
Base representation for an editable wiki page.
Definition WikiPage.php:62
This is a hook handler interface, see docs/Hooks.md.
onCategoryAfterPageRemoved( $category, $wikiPage, $id)
This hook is called after a page is removed from a category.