MediaWiki REL1_33
|
Stack class to help Preprocessor::preprocessToObj() More...
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 |
Stack class to help Preprocessor::preprocessToObj()
Definition at line 831 of file Preprocessor_DOM.php.
PPDStack::__construct | ( | ) |
Reimplemented in PPDStack_Hash.
Definition at line 843 of file Preprocessor_DOM.php.
PPDStack::addPart | ( | $s = '' | ) |
Definition at line 899 of file Preprocessor_DOM.php.
PPDStack::count | ( | ) |
Definition at line 853 of file Preprocessor_DOM.php.
& PPDStack::getAccum | ( | ) |
Definition at line 857 of file Preprocessor_DOM.php.
PPDStack::getCurrentPart | ( | ) |
Definition at line 864 of file Preprocessor_DOM.php.
PPDStack::getFlags | ( | ) |
Definition at line 907 of file Preprocessor_DOM.php.
PPDStack::pop | ( | ) |
Definition at line 883 of file Preprocessor_DOM.php.
PPDStack::push | ( | $data | ) |
Definition at line 872 of file Preprocessor_DOM.php.
PPDStack::$elementClass = PPDStackElement::class |
Definition at line 839 of file Preprocessor_DOM.php.
|
static |
Definition at line 841 of file Preprocessor_DOM.php.
PPDStack::$out |
Definition at line 838 of file Preprocessor_DOM.php.
PPDStack::$rootAccum |
Definition at line 832 of file Preprocessor_DOM.php.
PPDStack::$stack |
Definition at line 832 of file Preprocessor_DOM.php.
PPDStack PPDStack::$top |
Definition at line 837 of file Preprocessor_DOM.php.