MediaWiki
1.23.2
|
Class to perform replacement based on a simple hashtable lookup. More...
Public Member Functions | |
__construct ( $table, $index=0) | |
replace ( $matches) | |
Public Member Functions inherited from Replacer | |
cb () | |
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(), and replace().
|
private |
Definition at line 387 of file StringUtils.php.
Referenced by __construct().