MediaWiki  REL1_21
LinkMarkerReplacer Class Reference

List of all members.

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

Detailed Description

Definition at line 291 of file Parser_LinkHooks.php.


Constructor & Destructor Documentation

LinkMarkerReplacer::__construct ( parser,
holders,
callback 
)

Definition at line 295 of file Parser_LinkHooks.php.

References $callback, $holders, $parser, array(), and callback().


Member Function Documentation

LinkMarkerReplacer::addMarker ( titleText,
paramText 
)

Definition at line 303 of file Parser_LinkHooks.php.

References array().

Definition at line 317 of file Parser_LinkHooks.php.

Referenced by __construct().

Definition at line 313 of file Parser_LinkHooks.php.

References array(), and StringUtils\delimiterReplaceCallback().

Definition at line 309 of file Parser_LinkHooks.php.


Member Data Documentation

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().


The documentation for this class was generated from the following file: