MediaWiki  1.23.1
PPDAccum_Hash Class Reference

Public Member Functions

 __construct ()
 
 addAccum ( $accum)
 Append a PPAccum_Hash Takes over ownership of the nodes in the source argument. More...
 
 addLiteral ( $s)
 Append a string literal. More...
 
 addNode (PPNode $node)
 Append a PPNode. More...
 
 addNodeWithText ( $name, $value)
 Append a tree node with text contents. More...
 

Public Attributes

 $firstNode
 
 $lastNode
 

Detailed Description

Definition at line 805 of file Preprocessor_Hash.php.

Constructor & Destructor Documentation

◆ __construct()

PPDAccum_Hash::__construct ( )

Definition at line 808 of file Preprocessor_Hash.php.

Member Function Documentation

◆ addAccum()

PPDAccum_Hash::addAccum (   $accum)

Append a PPAccum_Hash Takes over ownership of the nodes in the source argument.

These nodes may subsequently be modified, especially nextSibling.

Definition at line 851 of file Preprocessor_Hash.php.

◆ addLiteral()

PPDAccum_Hash::addLiteral (   $s)

Append a string literal.

Definition at line 815 of file Preprocessor_Hash.php.

References $s.

Referenced by PPDPart_Hash\__construct(), and PPDStackElement_Hash\breakSyntax().

◆ addNode()

PPDAccum_Hash::addNode ( PPNode  $node)

Append a PPNode.

Definition at line 829 of file Preprocessor_Hash.php.

Referenced by addNodeWithText().

◆ addNodeWithText()

PPDAccum_Hash::addNodeWithText (   $name,
  $value 
)

Append a tree node with text contents.

Definition at line 841 of file Preprocessor_Hash.php.

References $name, $value, addNode(), and PPNode_Hash_Tree\newWithText().

Member Data Documentation

◆ $firstNode

PPDAccum_Hash::$firstNode

Definition at line 806 of file Preprocessor_Hash.php.

◆ $lastNode

PPDAccum_Hash::$lastNode

Definition at line 806 of file Preprocessor_Hash.php.


The documentation for this class was generated from the following file: