Manual:ParserFactory.php
MediaWiki file: ParserFactory.php | |
---|---|
Location: | includes/parser/ |
Source code: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Classes: | ParserFactory |
Key methods
edit- create() - creates a fresh new Parser object, with constructor properties set to their defaults. Other variables you might need such as ParserOptions must be set explicitly.
- getInstance() - get the main shared Parser instance, or if it is locked, get a new instance.