MediaWiki
1.27.4
|
Public Member Functions | |
__construct ($name, $value) | |
__toString () | |
getChildren () | |
Get an array-type node containing the children of this node. More... | |
getChildrenOfType ($name) | |
Get all children of this tree node which have a given name. More... | |
getFirstChild () | |
Get the first child of a tree node. More... | |
getLength () | |
Returns the length of the array, or false if this is not an array-type node. More... | |
getName () | |
Get the name of this node. More... | |
getNextSibling () | |
Get the next sibling of any node. More... | |
item ($i) | |
Returns an item of an array-type node. More... | |
splitArg () | |
Split a "<part>" node into an associative array containing: name PPNode name index String index value PPNode value. More... | |
splitExt () | |
Split an "<ext>" node into an associative array containing name, attr, inner and close All values in the resulting array are PPNodes. More... | |
splitHeading () | |
Split an "<h>" node. More... | |
Public Attributes | |
$name | |
$nextSibling | |
$value | |
Definition at line 2033 of file Preprocessor_Hash.php.
PPNode_Hash_Attr::__construct | ( | $name, | |
$value | |||
) |
Definition at line 2038 of file Preprocessor_Hash.php.
PPNode_Hash_Attr::__toString | ( | ) |
Definition at line 2043 of file Preprocessor_Hash.php.
PPNode_Hash_Attr::getChildren | ( | ) |
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 2055 of file Preprocessor_Hash.php.
PPNode_Hash_Attr::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.
string | $type |
Implements PPNode.
Definition at line 2063 of file Preprocessor_Hash.php.
PPNode_Hash_Attr::getFirstChild | ( | ) |
Get the first child of a tree node.
False if there isn't one.
Implements PPNode.
Definition at line 2059 of file Preprocessor_Hash.php.
PPNode_Hash_Attr::getLength | ( | ) |
Returns the length of the array, or false if this is not an array-type node.
Implements PPNode.
Definition at line 2067 of file Preprocessor_Hash.php.
PPNode_Hash_Attr::getName | ( | ) |
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 2047 of file Preprocessor_Hash.php.
References $name.
PPNode_Hash_Attr::getNextSibling | ( | ) |
Get the next sibling of any node.
False if there isn't one
Implements PPNode.
Definition at line 2051 of file Preprocessor_Hash.php.
References $nextSibling.
PPNode_Hash_Attr::item | ( | $i | ) |
Returns an item of an array-type node.
int | $i |
Implements PPNode.
Definition at line 2071 of file Preprocessor_Hash.php.
PPNode_Hash_Attr::splitArg | ( | ) |
Split a "<part>" node into an associative array containing: name PPNode name index String index value PPNode value.
Implements PPNode.
Definition at line 2075 of file Preprocessor_Hash.php.
PPNode_Hash_Attr::splitExt | ( | ) |
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 2079 of file Preprocessor_Hash.php.
PPNode_Hash_Attr::splitHeading | ( | ) |
Split an "<h>" node.
Implements PPNode.
Definition at line 2083 of file Preprocessor_Hash.php.
PPNode_Hash_Attr::$name |
Definition at line 2036 of file Preprocessor_Hash.php.
Referenced by __construct(), and getName().
PPNode_Hash_Attr::$nextSibling |
Definition at line 2036 of file Preprocessor_Hash.php.
Referenced by getNextSibling().
PPNode_Hash_Attr::$value |
Definition at line 2036 of file Preprocessor_Hash.php.
Referenced by __construct().