MediaWiki
REL1_22
|
Public Member Functions | |
__construct ($parent) | |
__destruct () | |
Reduce memory usage to reduce the impact of circular references. | |
__sleep () | |
Don't serialize the parent object, it is big, and not needed when it is a parameter to mergeForeign(), which is the only application of serializing at present. | |
__wakeup () | |
Recreate the Title objects. | |
clear () | |
Clear all stored link holders. | |
getSubArray ($text) | |
Get a subset of the current LinkHolderArray which is sufficient to interpret the given text. | |
isBig () | |
Returns true if the memory requirements of this object are getting large. | |
makeHolder ($nt, $text= '', $query=array(), $trail= '', $prefix= '') | |
Make a link placeholder. | |
merge ($other) | |
Merge another LinkHolderArray into this one. | |
mergeForeign ($other, $texts) | |
Merge a LinkHolderArray from another parser instance into this one. | |
replace (&$text) | |
replaceText ($text) | |
Replace link placeholders with plain text of links (not HTML-formatted). | |
replaceTextCallback ($matches) | |
Callback for replaceText() | |
Public Attributes | |
$internals = array() | |
$interwikis = array() | |
$parent | |
$size = 0 | |
Protected Member Functions | |
doVariants (&$colours) | |
Modify $this->internals and $colours according to language variant linking rules. | |
mergeForeignCallback ($m) | |
replaceInternal (&$text) | |
Replace internal links. | |
replaceInterwiki (&$text) | |
Replace interwiki links. | |
Protected Attributes | |
$tempIdOffset |
Definition at line 27 of file LinkHolderArray.php.
LinkHolderArray::__construct | ( | $ | parent | ) |
Definition at line 33 of file LinkHolderArray.php.
References $parent.
Reduce memory usage to reduce the impact of circular references.
Definition at line 40 of file LinkHolderArray.php.
Don't serialize the parent object, it is big, and not needed when it is a parameter to mergeForeign(), which is the only application of serializing at present.
Compact the titles, only serialize the text form.
Definition at line 54 of file LinkHolderArray.php.
Recreate the Title objects.
Definition at line 74 of file LinkHolderArray.php.
References as, and Title\newFromText().
Clear all stored link holders.
Make sure you don't have any text left using these link holders, before you call this
Definition at line 199 of file LinkHolderArray.php.
References array().
LinkHolderArray::doVariants | ( | &$ | colours | ) | [protected] |
Modify $this->internals and $colours according to language variant linking rules.
Definition at line 450 of file LinkHolderArray.php.
References $colours, $dbr, $key, $output, $s, $title, $wgContLang, array(), as, Linker\getLinkColour(), global, list, Title\makeTitle(), Title\makeTitleSafe(), LinkCache\singleton(), wfGetDB(), and wfRunHooks().
Referenced by replaceInternal().
LinkHolderArray::getSubArray | ( | $ | text | ) |
Get a subset of the current LinkHolderArray which is sufficient to interpret the given text.
Definition at line 156 of file LinkHolderArray.php.
References $key.
Returns true if the memory requirements of this object are getting large.
Definition at line 190 of file LinkHolderArray.php.
References global.
LinkHolderArray::makeHolder | ( | $ | nt, |
$ | text = '' , |
||
$ | query = array() , |
||
$ | trail = '' , |
||
$ | prefix = '' |
||
) |
Make a link placeholder.
The text returned can be later resolved to a real link with replaceLinkHolders(). This is done for two reasons: firstly to avoid further parsing of interwiki links, and secondly to allow all existence checks and article length checks (for stub links) to be bundled into a single query.
$nt | Title | |
$text | String | |
array | $query | [optional] |
string | $trail | [optional] |
string | $prefix | [optional] |
Definition at line 218 of file LinkHolderArray.php.
References $key, $query, array(), list, Linker\splitTrail(), wfProfileIn(), and wfProfileOut().
LinkHolderArray::merge | ( | $ | other | ) |
Merge another LinkHolderArray into this one.
$other | LinkHolderArray |
Definition at line 93 of file LinkHolderArray.php.
References as.
LinkHolderArray::mergeForeign | ( | $ | other, |
$ | texts | ||
) |
Merge a LinkHolderArray from another parser instance into this one.
The keys will not be preserved. Any text which went with the old LinkHolderArray and needs to work with the new one should be passed in the $texts array. The strings in this array will have their link holders converted for use in the destination link holder. The resulting array of strings will be returned.
$other | LinkHolderArray | |
array | $texts | of strings |
Definition at line 117 of file LinkHolderArray.php.
LinkHolderArray::mergeForeignCallback | ( | $ | m | ) | [protected] |
Definition at line 147 of file LinkHolderArray.php.
LinkHolderArray::replace | ( | &$ | text | ) |
makeLinkObj() is deprecated. Replace link placeholders with actual links, in the buffer Placeholders created in Skin::makeLinkObj()
Definition at line 259 of file LinkHolderArray.php.
References $colours, replaceInternal(), replaceInterwiki(), wfProfileIn(), and wfProfileOut().
LinkHolderArray::replaceInternal | ( | &$ | text | ) | [protected] |
Replace internal links.
Definition at line 272 of file LinkHolderArray.php.
References $attribs, $colours, $dbr, $key, $output, $queries, $query, $res, $s, $title, $wgContLang, array(), as, doVariants(), Linker\getLinkColour(), global, Linker\link(), Linker\makeSelfLinkObj(), Title\makeTitle(), LinkCache\singleton(), wfGetDB(), wfProfileIn(), wfProfileOut(), and wfRunHooks().
Referenced by replace().
LinkHolderArray::replaceInterwiki | ( | &$ | text | ) | [protected] |
Replace interwiki links.
Definition at line 425 of file LinkHolderArray.php.
References $key, $link, $output, array(), as, empty, Linker\link(), wfProfileIn(), and wfProfileOut().
Referenced by replace().
LinkHolderArray::replaceText | ( | $ | text | ) |
Replace link placeholders with plain text of links (not HTML-formatted).
$text | String |
Definition at line 615 of file LinkHolderArray.php.
References array(), wfProfileIn(), and wfProfileOut().
LinkHolderArray::replaceTextCallback | ( | $ | matches | ) |
Callback for replaceText()
$matches | Array |
Definition at line 634 of file LinkHolderArray.php.
LinkHolderArray::$internals = array() |
Definition at line 28 of file LinkHolderArray.php.
LinkHolderArray::$interwikis = array() |
Definition at line 28 of file LinkHolderArray.php.
LinkHolderArray::$parent |
Definition at line 30 of file LinkHolderArray.php.
Referenced by __construct().
LinkHolderArray::$size = 0 |
Definition at line 29 of file LinkHolderArray.php.
LinkHolderArray::$tempIdOffset [protected] |
Definition at line 31 of file LinkHolderArray.php.