|
MediaWiki master
|
Inherits Stringable, and MediaWiki\Parser\PPNode.

Public Member Functions | ||||
| __construct ( $value) | ||||
| __toString () | ||||
| getChildren () | ||||
Get an array-type node containing the children of this node.Returns false if this is not a tree node.
| ||||
| getChildrenOfType ( $name) | ||||
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.
| ||||
| getFirstChild () | ||||
Get the first child of a tree node.False if there isn't one.
| ||||
| getLength () | ||||
| Returns the length of the array, or false if this is not an array-type node. | ||||
| 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 nodeThe subclass may define various other names for tree and leaf nodes.
| ||||
| getNextSibling () | ||||
Get the next sibling of any node.False if there isn't one
| ||||
| 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.Inner and close are optional.
| ||||
| splitHeading () | ||||
Split an "<h>" node.
| ||||
Public Attributes | |
| array | $value |
Definition at line 17 of file PPNode_Hash_Array.php.
| MediaWiki\Parser\PPNode_Hash_Array::__construct | ( | $value | ) |
| array | $value |
Definition at line 25 of file PPNode_Hash_Array.php.
References MediaWiki\Parser\PPNode_Hash_Array\$value.
| MediaWiki\Parser\PPNode_Hash_Array::__toString | ( | ) |
Definition at line 29 of file PPNode_Hash_Array.php.
| MediaWiki\Parser\PPNode_Hash_Array::getChildren | ( | ) |
Get an array-type node containing the children of this node.Returns false if this is not a tree node.
Implements MediaWiki\Parser\PPNode.
Definition at line 54 of file PPNode_Hash_Array.php.
| MediaWiki\Parser\PPNode_Hash_Array::getChildrenOfType | ( | $name | ) |
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 MediaWiki\Parser\PPNode.
Definition at line 64 of file PPNode_Hash_Array.php.
| MediaWiki\Parser\PPNode_Hash_Array::getFirstChild | ( | ) |
Get the first child of a tree node.False if there isn't one.
Implements MediaWiki\Parser\PPNode.
Definition at line 59 of file PPNode_Hash_Array.php.
| MediaWiki\Parser\PPNode_Hash_Array::getLength | ( | ) |
Returns the length of the array, or false if this is not an array-type node.
Implements MediaWiki\Parser\PPNode.
Definition at line 34 of file PPNode_Hash_Array.php.
| MediaWiki\Parser\PPNode_Hash_Array::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 nodeThe subclass may define various other names for tree and leaf nodes.
Implements MediaWiki\Parser\PPNode.
Definition at line 44 of file PPNode_Hash_Array.php.
| MediaWiki\Parser\PPNode_Hash_Array::getNextSibling | ( | ) |
Get the next sibling of any node.False if there isn't one
Implements MediaWiki\Parser\PPNode.
Definition at line 49 of file PPNode_Hash_Array.php.
| MediaWiki\Parser\PPNode_Hash_Array::item | ( | $i | ) |
Returns an item of an array-type node.
| int | $i |
Implements MediaWiki\Parser\PPNode.
Definition at line 39 of file PPNode_Hash_Array.php.
| MediaWiki\Parser\PPNode_Hash_Array::splitArg | ( | ) |
Split a "<part>" node into an associative array containing: name PPNode name index String index value PPNode value.
Implements MediaWiki\Parser\PPNode.
Definition at line 69 of file PPNode_Hash_Array.php.
| MediaWiki\Parser\PPNode_Hash_Array::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 MediaWiki\Parser\PPNode.
Definition at line 75 of file PPNode_Hash_Array.php.
| MediaWiki\Parser\PPNode_Hash_Array::splitHeading | ( | ) |
Split an "<h>" node.
Implements MediaWiki\Parser\PPNode.
Definition at line 81 of file PPNode_Hash_Array.php.
| array MediaWiki\Parser\PPNode_Hash_Array::$value |
Definition at line 20 of file PPNode_Hash_Array.php.
Referenced by MediaWiki\Parser\PPNode_Hash_Array\__construct().