Copy-paste documentation for copy-pasted hook, too.
authorAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 25 Jul 2008 19:14:30 +0000 (19:14 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 25 Jul 2008 19:14:30 +0000 (19:14 +0000)
docs/hooks.txt

index 9b9980a..c1c5e15 100644 (file)
@@ -1190,6 +1190,10 @@ $term: string of search term
 'SpecialVersionExtensionTypes': called when generating the extensions credits, use this to change the tables headers
 $extTypes: associative array of extensions types
 
+'TitleArrayFromResult': called when creating an TitleArray object from a database result
+&$titleArray: set this to an object to override the default object returned
+$res: database result used to create the object
+
 'TitleMoveComplete': after moving an article (title)
 $old: old title
 $nt: new title