Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -553,6 +553,11 @@ |
554 | 554 | $isbn: ISBN to show information for |
555 | 555 | $output: OutputPage object in use |
556 | 556 | |
| 557 | +'CacheHeadersAfterSet': after cache headers have been set in |
| 558 | +OutputPage::sendCacheControl, so they can be overridden without |
| 559 | +disabling output method |
| 560 | +$this: OutputPage instance |
| 561 | + |
557 | 562 | 'CategoryPageView': before viewing a categorypage in CategoryPage::view |
558 | 563 | $catpage: CategoryPage instance |
559 | 564 | |