MediaWiki master
ArticlePageDataAfterHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5use stdClass;
6use WikiPage;
7
25 public function onArticlePageDataAfter( $wikiPage, &$row );
26}
Base representation for an editable wiki page.
Definition WikiPage.php:79
This is a hook handler interface, see docs/Hooks.md.
onArticlePageDataAfter( $wikiPage, &$row)
This hook is called after loading data of an article from the database.