MediaWiki  REL1_19
PPDStack Class Reference

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

Inheritance 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
 $top

Static Public Attributes

static $false = false

Detailed Description

Stack class to help Preprocessor::preprocessToObj()

Definition at line 684 of file Preprocessor_DOM.php.


Constructor & Destructor Documentation

Reimplemented in PPDStack_Hash.

Definition at line 696 of file Preprocessor_DOM.php.


Member Function Documentation

PPDStack::addPart ( s = '')

Definition at line 749 of file Preprocessor_DOM.php.

Returns:
int

Definition at line 706 of file Preprocessor_DOM.php.

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

Here is the caller graph for this function:

Definition at line 710 of file Preprocessor_DOM.php.

Definition at line 714 of file Preprocessor_DOM.php.

Returns:
array

Definition at line 757 of file Preprocessor_DOM.php.

References count().

Here is the call graph for this function:

Definition at line 733 of file Preprocessor_DOM.php.

References $false, and count().

Here is the call graph for this function:

PPDStack::push ( data)

Definition at line 722 of file Preprocessor_DOM.php.

References count().

Here is the call graph for this function:


Member Data Documentation

PPDStack::$elementClass = 'PPDStackElement'

Definition at line 692 of file Preprocessor_DOM.php.

PPDStack::$false = false [static]

Definition at line 694 of file Preprocessor_DOM.php.

Referenced by pop().

PPDStack::$out

Definition at line 691 of file Preprocessor_DOM.php.

PPDStack::$rootAccum

Definition at line 685 of file Preprocessor_DOM.php.

PPDStack::$stack

Definition at line 685 of file Preprocessor_DOM.php.

PPDStack::$top

Definition at line 690 of file Preprocessor_DOM.php.


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