MediaWiki REL1_35
CategoryAfterPageRemovedHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5use Category;
6use WikiPage;
7
23 public function onCategoryAfterPageRemoved( $category, $wikiPage, $id );
24}
Category objects are immutable, strictly speaking.
Definition Category.php:32
Class representing a MediaWiki article and history.
Definition WikiPage.php:51
onCategoryAfterPageRemoved( $category, $wikiPage, $id)
This hook is called after a page is removed from a category.