MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onParserGetVariableValueTs ( $parser, &$time) | |
Use this hook to change the value of the time for the {{LOCAL...}} magic word. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ParserGetVariableValueTs" to register handlers implementing this interface.
Definition at line 14 of file ParserGetVariableValueTsHook.php.
MediaWiki\Hook\ParserGetVariableValueTsHook::onParserGetVariableValueTs | ( | $parser, | |
& | $time | ||
) |
Use this hook to change the value of the time for the {{LOCAL...}} magic word.
Parser | $parser | |
string | &$time | Actual time (timestamp) |
Implemented in MediaWiki\HookContainer\HookRunner.