MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onArticlePageDataAfter ( $wikiPage, &$row) | |
This hook is called after loading data of an article from the database. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ArticlePageDataAfter" to register handlers implementing this interface.
Definition at line 15 of file ArticlePageDataAfterHook.php.
MediaWiki\Page\Hook\ArticlePageDataAfterHook::onArticlePageDataAfter | ( | $wikiPage, | |
& | $row ) |
This hook is called after loading data of an article from the database.
WikiPage | $wikiPage | WikiPage whose data were loaded |
stdClass | &$row | Row returned from the database server |
Implemented in MediaWiki\HookContainer\HookRunner.