Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -1141,6 +1141,7 @@ |
1142 | 1142 | same magic word |
1143 | 1143 | $index: index (string) of the magic |
1144 | 1144 | $ret: value of the magic word (the hook should set it) |
| 1145 | +$frame: PPFrame object to use for expanding any template variables |
1145 | 1146 | |
1146 | 1147 | 'ParserGetVariableValueTs': use this to change the value of the time for the |
1147 | 1148 | {{LOCAL...}} magic word |