MediaWiki  1.27.2
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'
 
 $out
 
 $rootAccum
 
 $stack
 
PPDStack $top
 

Static Public Attributes

static $false = false
 

Detailed Description

Stack class to help Preprocessor::preprocessToObj()

Definition at line 737 of file Preprocessor_DOM.php.

Constructor & Destructor Documentation

PPDStack::__construct ( )

Definition at line 749 of file Preprocessor_DOM.php.

References $rootAccum.

Member Function Documentation

PPDStack::addPart (   $s = '')

Definition at line 802 of file Preprocessor_DOM.php.

References $s.

PPDStack::count ( )
Returns
int

Definition at line 759 of file Preprocessor_DOM.php.

Referenced by getFlags(), pop(), and push().

& PPDStack::getAccum ( )

Definition at line 763 of file Preprocessor_DOM.php.

PPDStack::getCurrentPart ( )

Definition at line 767 of file Preprocessor_DOM.php.

PPDStack::getFlags ( )
Returns
array

Definition at line 810 of file Preprocessor_DOM.php.

References count().

PPDStack::pop ( )

Definition at line 786 of file Preprocessor_DOM.php.

References $rootAccum, and count().

PPDStack::push (   $data)

Definition at line 775 of file Preprocessor_DOM.php.

References $elementClass, and count().

Member Data Documentation

PPDStack::$elementClass = 'PPDStackElement'

Definition at line 745 of file Preprocessor_DOM.php.

Referenced by push().

PPDStack::$false = false
static

Definition at line 747 of file Preprocessor_DOM.php.

PPDStack::$out

Definition at line 744 of file Preprocessor_DOM.php.

PPDStack::$rootAccum

Definition at line 738 of file Preprocessor_DOM.php.

Referenced by __construct(), and pop().

PPDStack::$stack

Definition at line 738 of file Preprocessor_DOM.php.

PPDStack PPDStack::$top

Definition at line 743 of file Preprocessor_DOM.php.


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