MediaWiki
1.30.0
|
Class to perform secondary replacement within each replacement string. More...
Public Member Functions | |
__construct ( $from, $to, $index=0) | |
replace (array $matches) | |
Public Member Functions inherited from Replacer | |
cb () | |
Class to perform secondary replacement within each replacement string.
Definition at line 24 of file DoubleReplacer.php.
DoubleReplacer::__construct | ( | $from, | |
$to, | |||
$index = 0 |
|||
) |
mixed | $from | |
mixed | $to | |
int | $index |
Definition at line 30 of file DoubleReplacer.php.
References from.
DoubleReplacer::replace | ( | array | $matches | ) |
array | $matches |
Reimplemented from Replacer.
Definition at line 40 of file DoubleReplacer.php.