|
| __construct (ServiceOptions $svcOptions, MagicWordFactory $magicWordFactory, Language $contLang, string $urlProtocols, SpecialPageFactory $spFactory, LinkRendererFactory $linkRendererFactory, NamespaceInfo $nsInfo, LoggerInterface $logger, BadFileLookup $badFileLookup, LanguageConverterFactory $languageConverterFactory, HookContainer $hookContainer) |
|
| create () |
| Creates a new parser.
|
|
- Since
- 1.32
Definition at line 33 of file ParserFactory.php.
◆ __construct()
ParserFactory::__construct |
( |
ServiceOptions |
$svcOptions, |
|
|
MagicWordFactory |
$magicWordFactory, |
|
|
Language |
$contLang, |
|
|
string |
$urlProtocols, |
|
|
SpecialPageFactory |
$spFactory, |
|
|
LinkRendererFactory |
$linkRendererFactory, |
|
|
NamespaceInfo |
$nsInfo, |
|
|
LoggerInterface |
$logger, |
|
|
BadFileLookup |
$badFileLookup, |
|
|
LanguageConverterFactory |
$languageConverterFactory, |
|
|
HookContainer |
$hookContainer |
|
) |
| |
◆ create()
ParserFactory::create |
( |
| ) |
|
◆ $badFileLookup
◆ $contLang
◆ $hookContainer
◆ $inParserFactory
int ParserFactory::$inParserFactory = 0 |
|
static |
Track calls to Parser constructor to aid in deprecation of direct Parser invocation.
This is temporary: it will be removed once the deprecation notice period is over and the underlying method calls are refactored.
Definition at line 72 of file ParserFactory.php.
◆ $languageConverterFactory
◆ $linkRendererFactory
◆ $logger
LoggerInterface ParserFactory::$logger |
|
private |
◆ $magicWordFactory
◆ $nsInfo
◆ $specialPageFactory
◆ $svcOptions
◆ $urlProtocols
string ParserFactory::$urlProtocols |
|
private |
The documentation for this class was generated from the following file: