MediaWiki
REL1_20
|
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 296 of file StringUtils.php.
HashtableReplacer::__construct | ( | $ | table, |
$ | index = 0 |
||
) |
$table | |
$index | int |
Definition at line 303 of file StringUtils.php.
HashtableReplacer::replace | ( | $ | matches | ) |
$matches | array |
Definition at line 312 of file StringUtils.php.
References $matches.
HashtableReplacer::$index |
Definition at line 297 of file StringUtils.php.
Referenced by __construct().
HashtableReplacer::$table |
Definition at line 297 of file StringUtils.php.
Referenced by __construct().