Merge "Document ParserOutput::resetParseStartTime() contract a bit more"
This commit is contained in:
commit
26b6bf6017
1 changed files with 3 additions and 0 deletions
|
|
@ -1753,6 +1753,9 @@ abstract class ContentHandler {
|
|||
* @param Content $content
|
||||
* @param ContentParseParams $cpoParams
|
||||
* @param ParserOutput &$output The output object to fill (reference).
|
||||
* Most implementations should modify the output object passed in here;
|
||||
* if you choose to replace it with a fresh object instead,
|
||||
* make sure you call {@link ParserOutput::resetParseStartTime()} on it.
|
||||
*/
|
||||
protected function fillParserOutput(
|
||||
Content $content,
|
||||
|
|
|
|||
Loading…
Reference in a new issue