From: Huji Date: Sun, 10 Feb 2008 11:39:39 +0000 (+0000) Subject: Adding ParserFirstCallInit to the documentation X-Git-Tag: 1.31.0-rc.0~49535 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=c525c447c7aaba08c8e91a7df24f01d97b03fd35;p=lhc%2Fweb%2Fwiklou.git Adding ParserFirstCallInit to the documentation --- 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