Public Member Functions | |
__construct ($parser, $holders, $callback) | |
addMarker ($titleText, $paramText) | |
findMarker ($string) | |
expand ($string) | |
callback ($m) | |
Protected Attributes | |
$markers | |
$nextId | |
$parser | |
$holders | |
$callback |
Definition at line 279 of file Parser_LinkHooks.php.
LinkMarkerReplacer::__construct | ( | $ | parser, | |
$ | holders, | |||
$ | callback | |||
) |
Definition at line 283 of file Parser_LinkHooks.php.
References $callback, $holders, $parser, and callback().
LinkMarkerReplacer::addMarker | ( | $ | titleText, | |
$ | paramText | |||
) |
Definition at line 291 of file Parser_LinkHooks.php.
LinkMarkerReplacer::callback | ( | $ | m | ) |
LinkMarkerReplacer::expand | ( | $ | string | ) |
Definition at line 301 of file Parser_LinkHooks.php.
References StringUtils::delimiterReplaceCallback().
LinkMarkerReplacer::findMarker | ( | $ | string | ) |
Definition at line 297 of file Parser_LinkHooks.php.
LinkMarkerReplacer::$callback [protected] |
LinkMarkerReplacer::$holders [protected] |
LinkMarkerReplacer::$markers [protected] |
Definition at line 281 of file Parser_LinkHooks.php.
LinkMarkerReplacer::$nextId [protected] |
Definition at line 281 of file Parser_LinkHooks.php.
LinkMarkerReplacer::$parser [protected] |