document CacheHeadersAfterSet hook
authorAriel Glenn <ariel@users.mediawiki.org>
Fri, 6 Nov 2009 16:49:41 +0000 (16:49 +0000)
committerAriel Glenn <ariel@users.mediawiki.org>
Fri, 6 Nov 2009 16:49:41 +0000 (16:49 +0000)
docs/hooks.txt

index ec49b52..3ce13b4 100644 (file)
@@ -553,6 +553,11 @@ $user: the user who did the block (not the one being blocked)
 $isbn: ISBN to show information for
 $output: OutputPage object in use
 
+'CacheHeadersAfterSet': after cache headers have been set in 
+OutputPage::sendCacheControl, so they can be overridden without 
+disabling output method
+$this: OutputPage instance
 'CategoryPageView': before viewing a categorypage in CategoryPage::view
 $catpage: CategoryPage instance