Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -1190,6 +1190,10 @@ |
1191 | 1191 | 'SpecialVersionExtensionTypes': called when generating the extensions credits, use this to change the tables headers |
1192 | 1192 | $extTypes: associative array of extensions types |
1193 | 1193 | |
| 1194 | +'TitleArrayFromResult': called when creating an TitleArray object from a database result |
| 1195 | +&$titleArray: set this to an object to override the default object returned |
| 1196 | +$res: database result used to create the object |
| 1197 | + |
1194 | 1198 | 'TitleMoveComplete': after moving an article (title) |
1195 | 1199 | $old: old title |
1196 | 1200 | $nt: new title |