MediaWiki REL1_39
BeforeParserFetchTemplateAndtitleHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Parser;
6use Title;
7
27 public function onBeforeParserFetchTemplateAndtitle( $parser, $title, &$skip,
28 &$id
29 );
30}
PHP Parser - Processes wiki markup (which uses a more user-friendly syntax, such as "[[link]]" for ma...
Definition Parser.php:96
Represents a title within MediaWiki.
Definition Title.php:49
onBeforeParserFetchTemplateAndtitle( $parser, $title, &$skip, &$id)
This hook is called before a template is fetched by Parser.