MediaWiki  1.28.1
DoubleReplacer Class Reference

Class to perform secondary replacement within each replacement string. More...

Inheritance diagram for DoubleReplacer:
Collaboration diagram for DoubleReplacer:

Public Member Functions

 __construct ($from, $to, $index=0)
 
 replace (array $matches)
 
- Public Member Functions inherited from Replacer
 cb ()
 
 replace (array $matches)
 

Detailed Description

Class to perform secondary replacement within each replacement string.

Definition at line 24 of file DoubleReplacer.php.

Constructor & Destructor Documentation

DoubleReplacer::__construct (   $from,
  $to,
  $index = 0 
)
Parameters
mixed$from
mixed$to
int$index

Definition at line 30 of file DoubleReplacer.php.

References $from, and from.

Member Function Documentation

DoubleReplacer::replace ( array  $matches)
Parameters
array$matches
Returns
mixed

Definition at line 40 of file DoubleReplacer.php.

References from.


The documentation for this class was generated from the following file: