MediaWiki REL1_31
|
Public Member Functions | |
replace ( $value) | |
Replace keys inside path router patterns with text. | |
Public Attributes | |
$error | |
$key | |
$params | |
Protected Member Functions | |
callback ( $m) | |
Definition at line 357 of file PathRouter.php.
|
protected |
PathRouterPatternReplacer::replace | ( | $value | ) |
Replace keys inside path router patterns with text.
We do this inside of a replacement callback because after replacement we can't tell the difference between a $1 that was not replaced and a $1 that was part of the content a $1 was replaced with.
string | $value |
Definition at line 369 of file PathRouter.php.
References $value.
Referenced by PathRouter\extractTitle().
PathRouterPatternReplacer::$error |
Definition at line 359 of file PathRouter.php.
PathRouterPatternReplacer::$key |
Definition at line 359 of file PathRouter.php.
Referenced by callback().
PathRouterPatternReplacer::$params |
Definition at line 359 of file PathRouter.php.