|
MediaWiki
REL1_21
|
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 291 of file Parser_LinkHooks.php.
| LinkMarkerReplacer::__construct | ( | $ | parser, |
| $ | holders, | ||
| $ | callback | ||
| ) |
Definition at line 295 of file Parser_LinkHooks.php.
References $callback, $holders, $parser, array(), and callback().
| LinkMarkerReplacer::addMarker | ( | $ | titleText, |
| $ | paramText | ||
| ) |
Definition at line 303 of file Parser_LinkHooks.php.
References array().
| LinkMarkerReplacer::callback | ( | $ | m | ) |
Definition at line 317 of file Parser_LinkHooks.php.
Referenced by __construct().
| LinkMarkerReplacer::expand | ( | $ | string | ) |
Definition at line 313 of file Parser_LinkHooks.php.
References array(), and StringUtils\delimiterReplaceCallback().
| LinkMarkerReplacer::findMarker | ( | $ | string | ) |
Definition at line 309 of file Parser_LinkHooks.php.
| LinkMarkerReplacer::$callback |
Definition at line 293 of file Parser_LinkHooks.php.
Referenced by __construct().
| LinkMarkerReplacer::$holders |
Definition at line 293 of file Parser_LinkHooks.php.
Referenced by __construct().
LinkMarkerReplacer::$markers [protected] |
Definition at line 293 of file Parser_LinkHooks.php.
| LinkMarkerReplacer::$nextId |
Definition at line 293 of file Parser_LinkHooks.php.
| LinkMarkerReplacer::$parser |
Definition at line 293 of file Parser_LinkHooks.php.
Referenced by __construct().