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


Public Member Functions | |
| __construct ($table, $index=0) | |
| replace ($matches) | |
Public Attributes | |
| $index | |
| $table | |
Class to perform replacement based on a simple hashtable lookup.
Definition at line 252 of file StringUtils.php.
| HashtableReplacer::__construct | ( | $ | table, |
| $ | index = 0 |
||
| ) |
Definition at line 255 of file StringUtils.php.
| HashtableReplacer::replace | ( | $ | matches | ) |
Definition at line 260 of file StringUtils.php.
References $matches.
| 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().