MediaWiki REL1_31
PPDStack Class Reference

Stack class to help Preprocessor::preprocessToObj() More...

Inheritance diagram for PPDStack:
Collaboration diagram for PPDStack:

Public Member Functions

 __construct ()
 
 addPart ( $s='')
 
 count ()
 
getAccum ()
 
 getCurrentPart ()
 
 getFlags ()
 
 pop ()
 
 push ( $data)
 

Public Attributes

 $elementClass = PPDStackElement::class
 
 $out
 
 $rootAccum
 
 $stack
 
PPDStack $top
 

Static Public Attributes

static $false = false
 

Detailed Description

Stack class to help Preprocessor::preprocessToObj()

Definition at line 829 of file Preprocessor_DOM.php.

Constructor & Destructor Documentation

◆ __construct()

PPDStack::__construct ( )

Reimplemented in PPDStack_Hash.

Definition at line 841 of file Preprocessor_DOM.php.

Member Function Documentation

◆ addPart()

PPDStack::addPart (   $s = '')

Definition at line 894 of file Preprocessor_DOM.php.

◆ count()

PPDStack::count ( )
Returns
int

Definition at line 851 of file Preprocessor_DOM.php.

◆ getAccum()

& PPDStack::getAccum ( )

Definition at line 855 of file Preprocessor_DOM.php.

◆ getCurrentPart()

PPDStack::getCurrentPart ( )

Definition at line 859 of file Preprocessor_DOM.php.

◆ getFlags()

PPDStack::getFlags ( )
Returns
array

Definition at line 902 of file Preprocessor_DOM.php.

◆ pop()

PPDStack::pop ( )

Definition at line 878 of file Preprocessor_DOM.php.

◆ push()

PPDStack::push (   $data)

Definition at line 867 of file Preprocessor_DOM.php.

Member Data Documentation

◆ $elementClass

PPDStack::$elementClass = PPDStackElement::class

Definition at line 837 of file Preprocessor_DOM.php.

◆ $false

PPDStack::$false = false
static

Definition at line 839 of file Preprocessor_DOM.php.

◆ $out

PPDStack::$out

Definition at line 836 of file Preprocessor_DOM.php.

◆ $rootAccum

PPDStack::$rootAccum

Definition at line 830 of file Preprocessor_DOM.php.

◆ $stack

PPDStack::$stack

Definition at line 830 of file Preprocessor_DOM.php.

◆ $top

PPDStack PPDStack::$top

Definition at line 835 of file Preprocessor_DOM.php.


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