MediaWiki
REL1_19
|
Public Member Functions | |
__construct ($value) | |
__toString () | |
getChildren () | |
Get an array-type node containing the children of this node. | |
getChildrenOfType ($name) | |
Get all children of this tree node which have a given name. | |
getFirstChild () | |
Get the first child of a tree node. | |
getLength () | |
Returns the length of the array, or false if this is not an array-type node. | |
getName () | |
Get the name of this node. | |
getNextSibling () | |
Get the next sibling of any node. | |
item ($i) | |
Returns an item of an array-type node. | |
splitArg () | |
Split a <part> node into an associative array containing: name PPNode name index String index value PPNode value. | |
splitExt () | |
Split an <ext> node into an associative array containing name, attr, inner and close All values in the resulting array are PPNodes. | |
splitHeading () | |
Split an <h> node. | |
Public Attributes | |
$nextSibling | |
$value |
Definition at line 1728 of file Preprocessor_Hash.php.
PPNode_Hash_Array::__construct | ( | $ | value | ) |
Definition at line 1731 of file Preprocessor_Hash.php.
References $value.
Definition at line 1735 of file Preprocessor_Hash.php.
Get an array-type node containing the children of this node.
Returns false if this is not a tree node.
Implements PPNode.
Definition at line 1753 of file Preprocessor_Hash.php.
PPNode_Hash_Array::getChildrenOfType | ( | $ | type | ) |
Get all children of this tree node which have a given name.
Returns an array-type node, or false if this is not a tree node.
Implements PPNode.
Definition at line 1755 of file Preprocessor_Hash.php.
Get the first child of a tree node.
False if there isn't one.
Implements PPNode.
Definition at line 1754 of file Preprocessor_Hash.php.
Returns the length of the array, or false if this is not an array-type node.
Implements PPNode.
Definition at line 1739 of file Preprocessor_Hash.php.
Get the name of this node.
The following names are defined here:
h A heading node. template A double-brace node. tplarg A triple-brace node. title The first argument to a template or tplarg node. part Subsequent arguments to a template or tplarg node. #nodelist An array-type node
The subclass may define various other names for tree and leaf nodes.
Implements PPNode.
Definition at line 1747 of file Preprocessor_Hash.php.
Get the next sibling of any node.
False if there isn't one
Implements PPNode.
Definition at line 1749 of file Preprocessor_Hash.php.
PPNode_Hash_Array::item | ( | $ | i | ) |
Returns an item of an array-type node.
Implements PPNode.
Definition at line 1743 of file Preprocessor_Hash.php.
Split a <part> node into an associative array containing: name PPNode name index String index value PPNode value.
Implements PPNode.
Definition at line 1756 of file Preprocessor_Hash.php.
Split an <ext> node into an associative array containing name, attr, inner and close All values in the resulting array are PPNodes.
Inner and close are optional.
Implements PPNode.
Definition at line 1757 of file Preprocessor_Hash.php.
PPNode_Hash_Array::$nextSibling |
Definition at line 1729 of file Preprocessor_Hash.php.
PPNode_Hash_Array::$value |
Definition at line 1729 of file Preprocessor_Hash.php.
Referenced by __construct().