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


Public Member Functions | |
| __construct ($table, $index=0) | |
| replace ($matches) | |
Public Attributes | |
| $index | |
Private Attributes | |
| $table | |
Class to perform replacement based on a simple hashtable lookup.
Definition at line 386 of file StringUtils.php.
| HashtableReplacer::__construct | ( | $ | table, |
| $ | index = 0 |
||
| ) |
| $table | ||
| int | $index |
Definition at line 393 of file StringUtils.php.
| HashtableReplacer::replace | ( | $ | matches | ) |
| HashtableReplacer::$index |
Definition at line 387 of file StringUtils.php.
Referenced by __construct().
HashtableReplacer::$table [private] |
Definition at line 387 of file StringUtils.php.
Referenced by __construct().