MediaWiki master
ParserGetVariableValueTsHook.php
Go to the documentation of this file.
1<?php
2
4
6
25 public function onParserGetVariableValueTs( $parser, &$time );
26}
27
29class_alias( ParserGetVariableValueTsHook::class, 'MediaWiki\\Hook\\ParserGetVariableValueTsHook' );
PHP Parser - Processes wiki markup (which uses a more user-friendly syntax, such as "[[link]]" for ma...
Definition Parser.php:135
This is a hook handler interface, see docs/Hooks.md.
onParserGetVariableValueTs( $parser, &$time)
Use this hook to change the value of the time for time-related magic words, ie {{CURRENTMONTH}},...