MediaWiki  master
PreSaveTransformParams.php
Go to the documentation of this file.
1 <?php
3 
6 use ParserOptions;
7 
13 
17  public function getPage(): PageReference;
18 
22  public function getUser(): UserIdentity;
23 
27  public function getParserOptions(): ParserOptions;
28 }
Set options of the Parser.
Interface for objects (potentially) representing a page that can be viewable and linked to on a wiki.
Interface for objects representing user identity.