MediaWiki master
SlotRenderingProvider.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Revision;
4
6
13
24 public function getSlotParserOutput( $role, array $hints = [] );
25
26}
ParserOutput is a rendering of a Content object or a message.
A lazy provider of ParserOutput objects for a revision's individual slots.
getSlotParserOutput( $role, array $hints=[])