MediaWiki
REL1_19
|
Stack class to help Preprocessor::preprocessToObj() More...
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 |
Stack class to help Preprocessor::preprocessToObj()
Definition at line 684 of file Preprocessor_DOM.php.
Reimplemented in PPDStack_Hash.
Definition at line 696 of file Preprocessor_DOM.php.
PPDStack::addPart | ( | $ | s = '' | ) |
Definition at line 749 of file Preprocessor_DOM.php.
PPDStack::count | ( | ) |
Definition at line 706 of file Preprocessor_DOM.php.
Referenced by getFlags(), pop(), and push().
& PPDStack::getAccum | ( | ) |
Definition at line 710 of file Preprocessor_DOM.php.
Definition at line 714 of file Preprocessor_DOM.php.
Definition at line 757 of file Preprocessor_DOM.php.
References count().
PPDStack::pop | ( | ) |
Definition at line 733 of file Preprocessor_DOM.php.
References $false, and count().
PPDStack::push | ( | $ | data | ) |
Definition at line 722 of file Preprocessor_DOM.php.
References count().
PPDStack::$elementClass = 'PPDStackElement' |
Definition at line 692 of file Preprocessor_DOM.php.
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.