MediaWiki  REL1_24
DoubleReplacer Class Reference

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

Inheritance diagram for DoubleReplacer:
Collaboration diagram for DoubleReplacer:

List of all members.

Public Member Functions

 __construct ($from, $to, $index=0)
 replace ($matches)

Detailed Description

Class to perform secondary replacement within each replacement string.

Definition at line 362 of file StringUtils.php.


Constructor & Destructor Documentation

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

Definition at line 368 of file StringUtils.php.

References $from, and from.


Member Function Documentation

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

Definition at line 378 of file StringUtils.php.

References $matches, and from.


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