MediaWiki REL1_35
ArticlePageDataBeforeHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5use WikiPage;
6
23 public function onArticlePageDataBefore( $wikiPage, &$fields, &$tables,
24 &$joinConds
25 );
26}
Class representing a MediaWiki article and history.
Definition WikiPage.php:51
onArticlePageDataBefore( $wikiPage, &$fields, &$tables, &$joinConds)
This hook is called before loading data of an article from the database.