MediaWiki  1.23.15
PPDStackElement Class Reference
Inheritance diagram for PPDStackElement:

Public Member Functions

 __construct ( $data=array())
 
 addPart ( $s='')
 
 breakSyntax ( $openingCount=false)
 Get the output string that would result if the close is not found. More...
 
getAccum ()
 
 getCurrentPart ()
 
 getFlags ()
 

Public Attributes

 $close
 
 $count
 
 $lineStart
 
 $open
 
 $partClass = 'PPDPart'
 
 $parts
 

Detailed Description

Definition at line 825 of file Preprocessor_DOM.php.

Constructor & Destructor Documentation

◆ __construct()

PPDStackElement::__construct (   $data = array())

Reimplemented in PPDStackElement_Hash.

Definition at line 834 of file Preprocessor_DOM.php.

References $name, $partClass, $value, array(), and as.

Member Function Documentation

◆ addPart()

PPDStackElement::addPart (   $s = '')

Definition at line 847 of file Preprocessor_DOM.php.

References $partClass, and $s.

◆ breakSyntax()

PPDStackElement::breakSyntax (   $openingCount = false)

Get the output string that would result if the close is not found.

Returns
string

Reimplemented in PPDStackElement_Hash.

Definition at line 874 of file Preprocessor_DOM.php.

References $count, $s, as, and Makefile\open.

◆ getAccum()

& PPDStackElement::getAccum ( )

Definition at line 843 of file Preprocessor_DOM.php.

◆ getCurrentPart()

PPDStackElement::getCurrentPart ( )

Definition at line 852 of file Preprocessor_DOM.php.

◆ getFlags()

PPDStackElement::getFlags ( )
Returns
array

Definition at line 859 of file Preprocessor_DOM.php.

References array(), and Makefile\open.

Member Data Documentation

◆ $close

PPDStackElement::$close

Definition at line 826 of file Preprocessor_DOM.php.

◆ $count

PPDStackElement::$count

Definition at line 826 of file Preprocessor_DOM.php.

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

◆ $lineStart

PPDStackElement::$lineStart

Definition at line 826 of file Preprocessor_DOM.php.

◆ $open

PPDStackElement::$open

Definition at line 826 of file Preprocessor_DOM.php.

◆ $partClass

PPDStackElement::$partClass = 'PPDPart'

Definition at line 832 of file Preprocessor_DOM.php.

Referenced by __construct(), and addPart().

◆ $parts

PPDStackElement::$parts

Definition at line 826 of file Preprocessor_DOM.php.


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