MediaWiki
1.39.10
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:96
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 Tue Oct 1 2024 01:16:21 for MediaWiki by
1.10.0