MediaWiki
REL1_24
|
Class to perform secondary replacement within each replacement string. More...
Public Member Functions | |
__construct ($from, $to, $index=0) | |
replace ($matches) |
Class to perform secondary replacement within each replacement string.
Definition at line 362 of file StringUtils.php.
DoubleReplacer::__construct | ( | $ | from, |
$ | to, | ||
$ | index = 0 |
||
) |
mixed | $from | |
mixed | $to | |
int | $index |
Definition at line 368 of file StringUtils.php.
DoubleReplacer::replace | ( | $ | matches | ) |