MediaWiki  1.33.0
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 831 of file Preprocessor_DOM.php.

Constructor & Destructor Documentation

◆ __construct()

PPDStack::__construct ( )

Reimplemented in PPDStack_Hash.

Definition at line 843 of file Preprocessor_DOM.php.

Member Function Documentation

◆ addPart()

PPDStack::addPart (   $s = '')

Definition at line 899 of file Preprocessor_DOM.php.

◆ count()

PPDStack::count ( )
Returns
int

Definition at line 853 of file Preprocessor_DOM.php.

◆ getAccum()

& PPDStack::getAccum ( )

Definition at line 857 of file Preprocessor_DOM.php.

◆ getCurrentPart()

PPDStack::getCurrentPart ( )
Returns
bool|PPDPart

Definition at line 864 of file Preprocessor_DOM.php.

◆ getFlags()

PPDStack::getFlags ( )
Returns
array

Definition at line 907 of file Preprocessor_DOM.php.

◆ pop()

PPDStack::pop ( )

Definition at line 883 of file Preprocessor_DOM.php.

◆ push()

PPDStack::push (   $data)

Definition at line 872 of file Preprocessor_DOM.php.

Member Data Documentation

◆ $elementClass

PPDStack::$elementClass = PPDStackElement::class

Definition at line 839 of file Preprocessor_DOM.php.

◆ $false

PPDStack::$false = false
static

Definition at line 841 of file Preprocessor_DOM.php.

◆ $out

PPDStack::$out

Definition at line 838 of file Preprocessor_DOM.php.

◆ $rootAccum

PPDStack::$rootAccum

Definition at line 832 of file Preprocessor_DOM.php.

◆ $stack

PPDStack::$stack

Definition at line 832 of file Preprocessor_DOM.php.

◆ $top

PPDStack PPDStack::$top

Definition at line 837 of file Preprocessor_DOM.php.


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