MediaWiki
1.30.0
|
Expansion frame with template arguments. More...
Public Member Functions | |
__construct ( $preprocessor, $parent=false, $numberedArgs=[], $namedArgs=[], $title=false) | |
__toString () | |
cachedExpand ( $key, $root, $flags=0) | |
getArgument ( $name) | |
getArguments () | |
getNamedArgument ( $name) | |
getNamedArguments () | |
getNumberedArgument ( $index) | |
getNumberedArguments () | |
isEmpty () | |
Returns true if there are no arguments in this frame. More... | |
isTemplate () | |
Return true if the frame is a template frame. More... | |
setTTL ( $ttl) | |
Set the TTL. More... | |
setVolatile ( $flag=true) | |
Set the volatile flag. More... | |
Public Member Functions inherited from PPFrame_DOM | |
__construct ( $preprocessor) | |
Construct a new preprocessor frame. More... | |
expand ( $root, $flags=0) | |
getPDBK ( $level=false) | |
getTitle () | |
Get a title of frame. More... | |
getTTL () | |
Get the TTL. More... | |
implode ( $sep) | |
Implode with no flags specified This previously called implodeWithFlags but has now been inlined to reduce stack depth. More... | |
implodeWithFlags ( $sep, $flags) | |
isVolatile () | |
Get the volatile flag. More... | |
loopCheck ( $title) | |
Returns true if the infinite loop check is OK, false if a loop is detected. More... | |
newChild ( $args=false, $title=false, $indexOffset=0) | |
Create a new child frame $args is optionally a multi-root PPNode or array containing the template arguments. More... | |
virtualBracketedImplode ( $start, $sep, $end) | |
Virtual implode with brackets. More... | |
virtualImplode ( $sep) | |
Makes an object that, when expand()ed, will be the same as one obtained with implode() More... | |
Public Attributes | |
$namedArgs | |
$namedExpansionCache | |
$numberedArgs | |
$numberedExpansionCache | |
PPFrame_DOM | $parent |
Public Attributes inherited from PPFrame_DOM | |
$depth | |
Recursion depth of this frame, top = 0 Note that this is NOT the same as expansion depth in expand() More... | |
$loopCheckHash | |
Hashtable listing templates which are disallowed for expansion in this frame, having been encountered previously in parent frames. More... | |
Parser | $parser |
Preprocessor | $preprocessor |
Title | $title |
$titleCache | |
Public Attributes inherited from PPFrame | |
const | NO_ARGS = 1 |
const | NO_IGNORE = 8 |
const | NO_TAGS = 32 |
const | NO_TEMPLATES = 2 |
const | RECOVER_COMMENTS = 16 |
const | RECOVER_ORIG = 59 |
const | STRIP_COMMENTS = 4 |
const | SUPPORTS_INDEX_OFFSET = 1 |
This constant exists when $indexOffset is supported in newChild() More... | |
Additional Inherited Members | |
Protected Attributes inherited from PPFrame_DOM | |
array | $childExpansionCache |
Expansion frame with template arguments.
Definition at line 1614 of file Preprocessor_DOM.php.
PPTemplateFrame_DOM::__construct | ( | $preprocessor, | |
$parent = false , |
|||
$numberedArgs = [] , |
|||
$namedArgs = [] , |
|||
$title = false |
|||
) |
Preprocessor | $preprocessor | |
bool | PPFrame_DOM | $parent | |
array | $numberedArgs | |
array | $namedArgs | |
bool | Title | $title |
Definition at line 1632 of file Preprocessor_DOM.php.
PPTemplateFrame_DOM::__toString | ( | ) |
Reimplemented from PPFrame_DOM.
Definition at line 1652 of file Preprocessor_DOM.php.
PPTemplateFrame_DOM::cachedExpand | ( | $key, | |
$root, | |||
$flags = 0 |
|||
) |
MWException |
string | int | $key | |
string | PPNode_DOM | DOMDocument | $root | |
int | $flags |
Reimplemented from PPFrame_DOM.
Definition at line 1676 of file Preprocessor_DOM.php.
PPTemplateFrame_DOM::getArgument | ( | $name | ) |
int | string | $name |
Reimplemented from PPFrame_DOM.
Definition at line 1760 of file Preprocessor_DOM.php.
PPTemplateFrame_DOM::getArguments | ( | ) |
PPTemplateFrame_DOM::getNamedArgument | ( | $name | ) |
PPTemplateFrame_DOM::getNamedArguments | ( | ) |
PPTemplateFrame_DOM::getNumberedArgument | ( | $index | ) |
PPTemplateFrame_DOM::getNumberedArguments | ( | ) |
PPTemplateFrame_DOM::isEmpty | ( | ) |
Returns true if there are no arguments in this frame.
Reimplemented from PPFrame_DOM.
Definition at line 1692 of file Preprocessor_DOM.php.
PPTemplateFrame_DOM::isTemplate | ( | ) |
Return true if the frame is a template frame.
Reimplemented from PPFrame_DOM.
Definition at line 1773 of file Preprocessor_DOM.php.
PPTemplateFrame_DOM::setTTL | ( | $ttl | ) |
Set the TTL.
int | $ttl |
Reimplemented from PPFrame_DOM.
Definition at line 1782 of file Preprocessor_DOM.php.
PPTemplateFrame_DOM::setVolatile | ( | $flag = true | ) |
Set the volatile flag.
bool | $flag |
Reimplemented from PPFrame_DOM.
Definition at line 1777 of file Preprocessor_DOM.php.
PPTemplateFrame_DOM::$namedArgs |
Definition at line 1617 of file Preprocessor_DOM.php.
PPTemplateFrame_DOM::$namedExpansionCache |
Definition at line 1623 of file Preprocessor_DOM.php.
PPTemplateFrame_DOM::$numberedArgs |
Definition at line 1617 of file Preprocessor_DOM.php.
PPTemplateFrame_DOM::$numberedExpansionCache |
Definition at line 1623 of file Preprocessor_DOM.php.
PPFrame_DOM PPTemplateFrame_DOM::$parent |
Definition at line 1622 of file Preprocessor_DOM.php.