MediaWiki
master
|
Public Member Functions | |
__construct ( $tester) | |
execute () | |
getReport () | |
templateHook ( $title) | |
Public Attributes | |
$entryPoint | |
bool | $fancySig |
$mainText | |
string | $nickname |
$output | |
array[] | $templates |
-var array<string,array{text:string|false,finalTitle:Title}> More... | |
$title | |
Private Attributes | |
PPFuzzTester | $parent |
Definition at line 153 of file preprocessorFuzzTest.php.
PPFuzzTest::__construct | ( | $tester | ) |
PPFuzzTester | $tester |
Definition at line 171 of file preprocessorFuzzTest.php.
References $wgMaxSigChars.
PPFuzzTest::execute | ( | ) |
Definition at line 215 of file preprocessorFuzzTest.php.
References $output, ParserOptions\newFromUser(), and wfTimestampNow().
PPFuzzTest::getReport | ( | ) |
Definition at line 240 of file preprocessorFuzzTest.php.
References $s.
PPFuzzTest::templateHook | ( | $title | ) |
Title | $title |
Definition at line 187 of file preprocessorFuzzTest.php.
References $title.
PPFuzzTest::$entryPoint |
Definition at line 159 of file preprocessorFuzzTest.php.
bool PPFuzzTest::$fancySig |
Definition at line 166 of file preprocessorFuzzTest.php.
PPFuzzTest::$mainText |
Definition at line 159 of file preprocessorFuzzTest.php.
string PPFuzzTest::$nickname |
Definition at line 164 of file preprocessorFuzzTest.php.
PPFuzzTest::$output |
Definition at line 159 of file preprocessorFuzzTest.php.
Referenced by execute().
|
private |
Definition at line 162 of file preprocessorFuzzTest.php.
array [] PPFuzzTest::$templates |
-var array<string,array{text:string|false,finalTitle:Title}>
Definition at line 158 of file preprocessorFuzzTest.php.
PPFuzzTest::$title |
Definition at line 159 of file preprocessorFuzzTest.php.
Referenced by templateHook().