MediaWiki REL1_34
SlotRenderingProvider.php
Go to the documentation of this file.
1<?php
8namespace MediaWiki\Revision;
9
10use ParserOutput;
11
18
29 public function getSlotParserOutput( $role, array $hints = [] );
30
31}
A lazy provider of ParserOutput objects for a revision's individual slots.
getSlotParserOutput( $role, array $hints=[])