MediaWiki  REL1_19
HashtableReplacer Class Reference

Class to perform replacement based on a simple hashtable lookup. More...

Inheritance diagram for HashtableReplacer:
Collaboration diagram for HashtableReplacer:

List of all members.

Public Member Functions

 __construct ($table, $index=0)
 replace ($matches)

Public Attributes

 $index
 $table

Detailed Description

Class to perform replacement based on a simple hashtable lookup.

Definition at line 252 of file StringUtils.php.


Constructor & Destructor Documentation

HashtableReplacer::__construct ( table,
index = 0 
)

Definition at line 255 of file StringUtils.php.

References $index, and $table.


Member Function Documentation

Definition at line 260 of file StringUtils.php.

References $matches.


Member Data Documentation

HashtableReplacer::$index

Definition at line 253 of file StringUtils.php.

Referenced by __construct().

HashtableReplacer::$table

Definition at line 253 of file StringUtils.php.

Referenced by __construct().


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