|
MediaWiki
master
|
Public Member Functions | |
| __call ($name, $args) | |
| __construct ($conf) | |
| formatArray ($array) | |
| init () | |
| setFunctionHook ($id, $callback, $flags=0) | |
Public Attributes | |
| $conf | |
| $parsers | |
| $shortOutput = false | |
Definition at line 27 of file ParserDiffTest.php.
| ParserDiffTest::__construct | ( | $conf | ) |
Definition at line 33 of file ParserDiffTest.php.
References $conf.
| ParserDiffTest::__call | ( | $name, | |
| $args | |||
| ) |
Definition at line 60 of file ParserDiffTest.php.
References $args, $name, $parser, as, formatArray(), init(), and wfDiff().
| ParserDiffTest::formatArray | ( | $array | ) |
Definition at line 105 of file ParserDiffTest.php.
Referenced by __call().
| ParserDiffTest::init | ( | ) |
Definition at line 40 of file ParserDiffTest.php.
References as.
Referenced by __call(), and setFunctionHook().
| ParserDiffTest::setFunctionHook | ( | $id, | |
| $callback, | |||
$flags = 0 |
|||
| ) |
| ParserDiffTest::$conf |
Definition at line 30 of file ParserDiffTest.php.
Referenced by __construct().
| ParserDiffTest::$parsers |
Definition at line 29 of file ParserDiffTest.php.
| ParserDiffTest::$shortOutput = false |
Definition at line 31 of file ParserDiffTest.php.