MediaWiki  REL1_24
PPDStack Class Reference

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

Inheritance diagram for PPDStack:
Collaboration diagram for PPDStack:

List of all members.

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 776 of file Preprocessor_DOM.php.


Constructor & Destructor Documentation

Reimplemented in PPDStack_Hash.

Definition at line 787 of file Preprocessor_DOM.php.

References array().


Member Function Documentation

PPDStack::addPart ( s = '')

Definition at line 840 of file Preprocessor_DOM.php.

Returns:
int

Definition at line 797 of file Preprocessor_DOM.php.

Definition at line 801 of file Preprocessor_DOM.php.

Definition at line 805 of file Preprocessor_DOM.php.

Returns:
array

Definition at line 848 of file Preprocessor_DOM.php.

Definition at line 824 of file Preprocessor_DOM.php.

PPDStack::push ( data)

Definition at line 813 of file Preprocessor_DOM.php.


Member Data Documentation

PPDStack::$elementClass = 'PPDStackElement'

Definition at line 783 of file Preprocessor_DOM.php.

PPDStack::$false = false [static]

Definition at line 785 of file Preprocessor_DOM.php.

PPDStack::$out

Definition at line 782 of file Preprocessor_DOM.php.

PPDStack::$rootAccum

Definition at line 777 of file Preprocessor_DOM.php.

PPDStack::$stack

Definition at line 777 of file Preprocessor_DOM.php.

PPDStack PPDStack::$top

Definition at line 781 of file Preprocessor_DOM.php.


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