Manual:RevisionRenderer.php

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Public methods

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

See also