MediaWiki  master
PreloadTransformParams.php
Go to the documentation of this file.
1 <?php
3 
5 use ParserOptions;
6 
12 
16  public function getPage(): PageReference;
17 
21  public function getParams(): array;
22 
26  public function getParserOptions(): ParserOptions;
27 }
Set options of the Parser.
Interface for objects (potentially) representing a page that can be viewable and linked to on a wiki.