MediaWiki
REL1_19
|
Public Member Functions | |
__construct ($parser, $holders, $callback) | |
addMarker ($titleText, $paramText) | |
callback ($m) | |
expand ($string) | |
findMarker ($string) | |
Public Attributes | |
$callback | |
$holders | |
$nextId | |
$parser | |
Protected Attributes | |
$markers |
Definition at line 272 of file Parser_LinkHooks.php.
LinkMarkerReplacer::__construct | ( | $ | parser, |
$ | holders, | ||
$ | callback | ||
) |
Definition at line 276 of file Parser_LinkHooks.php.
References $callback, $holders, $parser, and callback().
LinkMarkerReplacer::addMarker | ( | $ | titleText, |
$ | paramText | ||
) |
Definition at line 284 of file Parser_LinkHooks.php.
LinkMarkerReplacer::callback | ( | $ | m | ) |
Definition at line 298 of file Parser_LinkHooks.php.
Referenced by __construct().
LinkMarkerReplacer::expand | ( | $ | string | ) |
Definition at line 294 of file Parser_LinkHooks.php.
References StringUtils\delimiterReplaceCallback().
LinkMarkerReplacer::findMarker | ( | $ | string | ) |
Definition at line 290 of file Parser_LinkHooks.php.
LinkMarkerReplacer::$callback |
Definition at line 274 of file Parser_LinkHooks.php.
Referenced by __construct().
LinkMarkerReplacer::$holders |
Definition at line 274 of file Parser_LinkHooks.php.
Referenced by __construct().
LinkMarkerReplacer::$markers [protected] |
Definition at line 274 of file Parser_LinkHooks.php.
LinkMarkerReplacer::$nextId |
Definition at line 274 of file Parser_LinkHooks.php.
LinkMarkerReplacer::$parser |
Definition at line 274 of file Parser_LinkHooks.php.
Referenced by __construct().