MediaWiki
master
|
Public Member Functions | |
__construct (ServiceOptions $options, RevisionLookup $revisionLookup, TitleFormatter $titleFormatter, PageLookup $pageLookup, ParsoidOutputStash $parsoidOutputStash, StatsdDataFactoryInterface $statsDataFactory, ParsoidOutputAccess $parsoidOutputAccess, HtmlTransformFactory $htmlTransformFactory, IContentHandlerFactory $contentHandlerFactory, LanguageFactory $languageFactory) | |
newHtmlInputTransformHelper ( $envOptions=[]) | |
newHtmlMessageOutputHelper () | |
newHtmlOutputRendererHelper () | |
newPageContentHelper () | |
newRevisionContentHelper () | |
Public Attributes | |
const | CONSTRUCTOR_OPTIONS = PageContentHelper::CONSTRUCTOR_OPTIONS |
Definition at line 19 of file PageRestHelperFactory.php.
MediaWiki\Rest\Handler\Helper\PageRestHelperFactory::__construct | ( | ServiceOptions | $options, |
RevisionLookup | $revisionLookup, | ||
TitleFormatter | $titleFormatter, | ||
PageLookup | $pageLookup, | ||
ParsoidOutputStash | $parsoidOutputStash, | ||
StatsdDataFactoryInterface | $statsDataFactory, | ||
ParsoidOutputAccess | $parsoidOutputAccess, | ||
HtmlTransformFactory | $htmlTransformFactory, | ||
IContentHandlerFactory | $contentHandlerFactory, | ||
LanguageFactory | $languageFactory | ||
) |
ServiceOptions | $options | |
RevisionLookup | $revisionLookup | |
TitleFormatter | $titleFormatter | |
PageLookup | $pageLookup | |
ParsoidOutputStash | $parsoidOutputStash | |
StatsdDataFactoryInterface | $statsDataFactory | |
ParsoidOutputAccess | $parsoidOutputAccess | |
HtmlTransformFactory | $htmlTransformFactory | |
IContentHandlerFactory | $contentHandlerFactory | |
LanguageFactory | $languageFactory |
Definition at line 49 of file PageRestHelperFactory.php.
MediaWiki\Rest\Handler\Helper\PageRestHelperFactory::newHtmlInputTransformHelper | ( | $envOptions = [] | ) |
Definition at line 106 of file PageRestHelperFactory.php.
MediaWiki\Rest\Handler\Helper\PageRestHelperFactory::newHtmlMessageOutputHelper | ( | ) |
Definition at line 102 of file PageRestHelperFactory.php.
MediaWiki\Rest\Handler\Helper\PageRestHelperFactory::newHtmlOutputRendererHelper | ( | ) |
Definition at line 91 of file PageRestHelperFactory.php.
Referenced by MediaWiki\Rest\Handler\RevisionHTMLHandler\__construct(), and MediaWiki\Rest\Handler\PageHTMLHandler\__construct().
MediaWiki\Rest\Handler\Helper\PageRestHelperFactory::newPageContentHelper | ( | ) |
Definition at line 82 of file PageRestHelperFactory.php.
Referenced by MediaWiki\Rest\Handler\PageHTMLHandler\__construct(), and MediaWiki\Rest\Handler\PageSourceHandler\__construct().
MediaWiki\Rest\Handler\Helper\PageRestHelperFactory::newRevisionContentHelper | ( | ) |
Definition at line 73 of file PageRestHelperFactory.php.
Referenced by MediaWiki\Rest\Handler\RevisionHTMLHandler\__construct(), and MediaWiki\Rest\Handler\RevisionSourceHandler\__construct().
const MediaWiki\Rest\Handler\Helper\PageRestHelperFactory::CONSTRUCTOR_OPTIONS = PageContentHelper::CONSTRUCTOR_OPTIONS |
Definition at line 24 of file PageRestHelperFactory.php.