MediaWiki  master
ArticlePageDataAfterHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Page\Hook;
4 
5 use stdClass;
6 use WikiPage;
7 
25  public function onArticlePageDataAfter( $wikiPage, &$row );
26 }
Base representation for an editable wiki page.
Definition: WikiPage.php:77
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.