MediaWiki fundraising/REL1_35
ArticlePageDataAfterHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5use stdClass;
6use WikiPage;
7
22 public function onArticlePageDataAfter( $wikiPage, &$row );
23}
Class representing a MediaWiki article and history.
Definition WikiPage.php:51
onArticlePageDataAfter( $wikiPage, &$row)
This hook is called after loading data of an article from the database.