MediaWiki REL1_33
|
A parser used during article insertion which does nothing, to avoid unnecessary log noise and other interference with debugging. More...
Public Member Functions | |
getOutput () | |
parse ( $text, Title $title, ParserOptions $options, $linestart=true, $clearState=true, $revid=null) | |
preSaveTransform ( $text, Title $title, User $user, ParserOptions $options, $clearState=true) | |
A parser used during article insertion which does nothing, to avoid unnecessary log noise and other interference with debugging.
Definition at line 7 of file ParserTestMockParser.php.
ParserTestMockParser::getOutput | ( | ) |
Definition at line 21 of file ParserTestMockParser.php.
ParserTestMockParser::parse | ( | $text, | |
Title | $title, | ||
ParserOptions | $options, | ||
$linestart = true , |
|||
$clearState = true , |
|||
$revid = null |
|||
) |
Definition at line 14 of file ParserTestMockParser.php.
ParserTestMockParser::preSaveTransform | ( | $text, | |
Title | $title, | ||
User | $user, | ||
ParserOptions | $options, | ||
$clearState = true |
|||
) |
Definition at line 8 of file ParserTestMockParser.php.