Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -303,6 +303,10 @@ |
304 | 304 | $create: Whether or not the restoration caused the page to be created |
305 | 305 | (i.e. it didn't exist before) |
306 | 306 | |
| 307 | +'ArticleViewHeader': Before the parser cache is about to be tried for article viewing. |
| 308 | +&$pcache: whether to try the parser cache or not |
| 309 | +&$outputDone: whether the output for this page finished or not |
| 310 | + |
307 | 311 | 'AuthPluginSetup': update or replace authentication plugin object ($wgAuth) |
308 | 312 | Gives a chance for an extension to set it programattically to a variable class. |
309 | 313 | &$auth: the $wgAuth object, probably a stub |