MediaWiki
master
|
Public Member Functions | |
__construct (ServiceOptions $svcOptions, MagicWordFactory $magicWordFactory, Language $contLang, UrlUtils $urlUtils, SpecialPageFactory $spFactory, LinkRendererFactory $linkRendererFactory, NamespaceInfo $nsInfo, LoggerInterface $logger, BadFileLookup $badFileLookup, LanguageConverterFactory $languageConverterFactory, HookContainer $hookContainer, TidyDriverBase $tidy, WANObjectCache $wanCache, UserOptionsLookup $userOptionsLookup, UserFactory $userFactory, TitleFormatter $titleFormatter, HttpRequestFactory $httpRequestFactory, TrackingCategories $trackingCategories, SignatureValidatorFactory $signatureValidatorFactory, UserNameUtils $userNameUtils) | |
create () | |
Creates a new parser. More... | |
Static Public Attributes | |
static int | $inParserFactory = 0 |
Track calls to Parser constructor to aid in deprecation of direct Parser invocation. More... | |
Definition at line 40 of file ParserFactory.php.
ParserFactory::__construct | ( | ServiceOptions | $svcOptions, |
MagicWordFactory | $magicWordFactory, | ||
Language | $contLang, | ||
UrlUtils | $urlUtils, | ||
SpecialPageFactory | $spFactory, | ||
LinkRendererFactory | $linkRendererFactory, | ||
NamespaceInfo | $nsInfo, | ||
LoggerInterface | $logger, | ||
BadFileLookup | $badFileLookup, | ||
LanguageConverterFactory | $languageConverterFactory, | ||
HookContainer | $hookContainer, | ||
TidyDriverBase | $tidy, | ||
WANObjectCache | $wanCache, | ||
UserOptionsLookup | $userOptionsLookup, | ||
UserFactory | $userFactory, | ||
TitleFormatter | $titleFormatter, | ||
HttpRequestFactory | $httpRequestFactory, | ||
TrackingCategories | $trackingCategories, | ||
SignatureValidatorFactory | $signatureValidatorFactory, | ||
UserNameUtils | $userNameUtils | ||
) |
ServiceOptions | $svcOptions | |
MagicWordFactory | $magicWordFactory | |
Language | $contLang | Content language |
UrlUtils | $urlUtils | |
SpecialPageFactory | $spFactory | |
LinkRendererFactory | $linkRendererFactory | |
NamespaceInfo | $nsInfo | |
LoggerInterface | $logger | |
BadFileLookup | $badFileLookup | |
LanguageConverterFactory | $languageConverterFactory | |
HookContainer | $hookContainer | |
TidyDriverBase | $tidy | |
WANObjectCache | $wanCache | |
UserOptionsLookup | $userOptionsLookup | |
UserFactory | $userFactory | |
TitleFormatter | $titleFormatter | |
HttpRequestFactory | $httpRequestFactory | |
TrackingCategories | $trackingCategories | |
SignatureValidatorFactory | $signatureValidatorFactory | |
UserNameUtils | $userNameUtils |
Definition at line 135 of file ParserFactory.php.
References $badFileLookup, $contLang, $hookContainer, $httpRequestFactory, $languageConverterFactory, $linkRendererFactory, $logger, $magicWordFactory, $nsInfo, $signatureValidatorFactory, $svcOptions, $tidy, $titleFormatter, $trackingCategories, $urlUtils, $userFactory, $userNameUtils, $userOptionsLookup, $wanCache, MediaWiki\Config\ServiceOptions\assertRequiredOptions(), Parser\CONSTRUCTOR_OPTIONS, and wfDebug().
ParserFactory::create | ( | ) |
Creates a new parser.
Definition at line 189 of file ParserFactory.php.
Referenced by Parser\Parsoid\Config\DataAccess\__construct().
|
private |
Definition at line 66 of file ParserFactory.php.
Referenced by __construct().
|
private |
Definition at line 48 of file ParserFactory.php.
Referenced by __construct().
|
private |
Definition at line 103 of file ParserFactory.php.
Referenced by __construct().
|
private |
Definition at line 81 of file ParserFactory.php.
Referenced by __construct().
|
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 100 of file ParserFactory.php.
Referenced by Parser\__construct().
|
private |
Definition at line 69 of file ParserFactory.php.
Referenced by __construct().
|
private |
Definition at line 57 of file ParserFactory.php.
Referenced by __construct().
|
private |
Definition at line 63 of file ParserFactory.php.
Referenced by __construct().
|
private |
Definition at line 45 of file ParserFactory.php.
Referenced by __construct().
|
private |
Definition at line 60 of file ParserFactory.php.
Referenced by __construct().
|
private |
Definition at line 87 of file ParserFactory.php.
Referenced by __construct().
|
private |
Definition at line 54 of file ParserFactory.php.
|
private |
Definition at line 42 of file ParserFactory.php.
Referenced by __construct().
|
private |
Definition at line 106 of file ParserFactory.php.
Referenced by __construct().
|
private |
Definition at line 78 of file ParserFactory.php.
Referenced by __construct().
|
private |
Definition at line 84 of file ParserFactory.php.
Referenced by __construct().
|
private |
Definition at line 51 of file ParserFactory.php.
Referenced by __construct().
|
private |
Definition at line 75 of file ParserFactory.php.
Referenced by __construct().
|
private |
Definition at line 90 of file ParserFactory.php.
Referenced by __construct().
|
private |
Definition at line 72 of file ParserFactory.php.
Referenced by __construct().
|
private |
Definition at line 109 of file ParserFactory.php.
Referenced by __construct().