MediaWiki  REL1_19
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 272 of file Parser_LinkHooks.php.


Constructor & Destructor Documentation

LinkMarkerReplacer::__construct ( parser,
holders,
callback 
)

Definition at line 276 of file Parser_LinkHooks.php.

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

Here is the call graph for this function:


Member Function Documentation

LinkMarkerReplacer::addMarker ( titleText,
paramText 
)

Definition at line 284 of file Parser_LinkHooks.php.

Definition at line 298 of file Parser_LinkHooks.php.

Referenced by __construct().

Here is the caller graph for this function:

Definition at line 294 of file Parser_LinkHooks.php.

References StringUtils\delimiterReplaceCallback().

Here is the call graph for this function:

Definition at line 290 of file Parser_LinkHooks.php.


Member Data Documentation

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


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