OutputPageBeforeHTML: Fix class of first parameter in docs
Its an OutputPage, not a ParserOutput Change-Id: Icfff5e9f8f2254eec00368ec63b24a16e4746aed
This commit is contained in:
parent
b8c4c66a52
commit
28671f69b4
1 changed files with 1 additions and 1 deletions
|
|
@ -2406,7 +2406,7 @@ $out: the OutputPage object
|
|||
|
||||
'OutputPageBeforeHTML': A page has been processed by the parser and the
|
||||
resulting HTML is about to be displayed.
|
||||
$parserOutput: the parserOutput (object) that corresponds to the page
|
||||
$out: the OutputPage (object) that corresponds to the page
|
||||
&$text: the text that will be displayed, in HTML (string)
|
||||
|
||||
'OutputPageBodyAttributes': Called when OutputPage::headElement is creating the
|
||||
|
|
|
|||
Loading…
Reference in a new issue