MediaWiki
REL1_40
ParserGetVariableValueTsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Parser
;
6
14
interface
ParserGetVariableValueTsHook
{
25
public
function
onParserGetVariableValueTs
( $parser, &$time );
26
}
Parser
PHP Parser - Processes wiki markup (which uses a more user-friendly syntax, such as "[[link]]" for ma...
Definition
Parser.php:107
MediaWiki\Hook\ParserGetVariableValueTsHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ParserGetVariableValueTsHook.php:14
MediaWiki\Hook\ParserGetVariableValueTsHook\onParserGetVariableValueTs
onParserGetVariableValueTs( $parser, &$time)
Use this hook to change the value of the time for time-related magic words, ie {{CURRENTMONTH}},...
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
parser
Hook
ParserGetVariableValueTsHook.php
Generated on Thu Jun 27 2024 14:03:39 for MediaWiki by
1.10.0