Adding ParserFirstCallInit to the documentation
authorHuji <huji@users.mediawiki.org>
Sun, 10 Feb 2008 11:39:39 +0000 (11:39 +0000)
committerHuji <huji@users.mediawiki.org>
Sun, 10 Feb 2008 11:39:39 +0000 (11:39 +0000)
docs/hooks.txt

index 17ac821..1ae6c43 100644 (file)
@@ -763,6 +763,9 @@ $text: actual text
 'ParserClearState': called at the end of Parser::clearState()
 $parser: Parser object being cleared
 
+'ParserFirstCallInit': called when the ther parser initialises for the first time
+$parser: Parser object being cleared
+
 'ParserGetVariableValueSwitch': called when the parser need the value of a custom magic word
 $parser: Parser object
 $varCache: array to store the value in case of multiples calls of the same magic word