From c525c447c7aaba08c8e91a7df24f01d97b03fd35 Mon Sep 17 00:00:00 2001 From: Huji Date: Sun, 10 Feb 2008 11:39:39 +0000 Subject: [PATCH] Adding ParserFirstCallInit to the documentation --- docs/hooks.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/hooks.txt b/docs/hooks.txt index 17ac821073..1ae6c4374d 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -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 -- 2.20.1