Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -1339,6 +1339,7 @@ |
1340 | 1340 | |
1341 | 1341 | 'ResourceLoaderRegisterModules': Right before modules information is required, such as when responding to a resource |
1342 | 1342 | loader request or generating HTML output. |
| 1343 | +&$resourceLoader: ResourceLoader object |
1343 | 1344 | |
1344 | 1345 | 'RawPageViewBeforeOutput': Right before the text is blown out in action=raw |
1345 | 1346 | &$obj: RawPage object |