|
MediaWiki REL1_39
|
Public Member Functions | |
| __construct (PageReference $page, int $revId=null, ParserOptions $parserOptions=null, bool $generateHtml=true) | |
| getGenerateHtml () | |
| getPage () | |
| getParserOptions () | |
| getRevId () | |
Definition at line 11 of file ContentParseParams.php.
| MediaWiki\Content\Renderer\ContentParseParams::__construct | ( | PageReference | $page, |
| int | $revId = null, | ||
| ParserOptions | $parserOptions = null, | ||
| bool | $generateHtml = true ) |
Definition at line 24 of file ContentParseParams.php.
| MediaWiki\Content\Renderer\ContentParseParams::getGenerateHtml | ( | ) |
Definition at line 64 of file ContentParseParams.php.
Referenced by ContentHandler\callDeprecatedContentGPO(), CssContentHandler\fillParserOutput(), JavaScriptContentHandler\fillParserOutput(), TextContentHandler\fillParserOutput(), JsonContentHandler\fillParserOutput(), WikitextContentHandler\fillParserOutput(), and ContentHandler\getParserOutput().
| MediaWiki\Content\Renderer\ContentParseParams::getPage | ( | ) |
Definition at line 40 of file ContentParseParams.php.
Referenced by ContentHandler\callDeprecatedContentGPO(), CssContentHandler\fillParserOutput(), JavaScriptContentHandler\fillParserOutput(), TextContentHandler\fillParserOutput(), WikitextContentHandler\fillParserOutput(), and ContentHandler\getParserOutput().
| MediaWiki\Content\Renderer\ContentParseParams::getParserOptions | ( | ) |
Definition at line 56 of file ContentParseParams.php.
Referenced by ContentHandler\callDeprecatedContentGPO(), TextContentHandler\fillParserOutput(), WikitextContentHandler\fillParserOutput(), and ContentHandler\getParserOutput().
| MediaWiki\Content\Renderer\ContentParseParams::getRevId | ( | ) |
Definition at line 48 of file ContentParseParams.php.
Referenced by ContentHandler\callDeprecatedContentGPO(), CssContentHandler\fillParserOutput(), JavaScriptContentHandler\fillParserOutput(), TextContentHandler\fillParserOutput(), WikitextContentHandler\fillParserOutput(), and ContentHandler\getParserOutput().