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