MediaWiki REL1_39
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}
A lazy provider of ParserOutput objects for a revision's individual slots.
getSlotParserOutput( $role, array $hints=[])