Manual:RevisionRenderer.php

From mediawiki.org

The RevisionRenderer service provides access to rendered output for revisions. It does so by acting as a factory for RenderedRevision instances, which in turn provide lazy access to ParserOutput objects. One key responsibility of RevisionRenderer is implementing the layout used to combine the output of multiple slots.

Instantiation[edit]

Public methods[edit]

  • setLogger()
  • getRenderedRevision() - get the RenderedRevision object based on a RevisionRecord and optional arguments.

See also[edit]