MediaWiki REL1_31
|
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 829 of file Preprocessor_DOM.php.
PPDStack::__construct | ( | ) |
Reimplemented in PPDStack_Hash.
Definition at line 841 of file Preprocessor_DOM.php.
PPDStack::addPart | ( | $s = '' | ) |
Definition at line 894 of file Preprocessor_DOM.php.
PPDStack::count | ( | ) |
Definition at line 851 of file Preprocessor_DOM.php.
& PPDStack::getAccum | ( | ) |
Definition at line 855 of file Preprocessor_DOM.php.
PPDStack::getCurrentPart | ( | ) |
Definition at line 859 of file Preprocessor_DOM.php.
PPDStack::getFlags | ( | ) |
Definition at line 902 of file Preprocessor_DOM.php.
PPDStack::pop | ( | ) |
Definition at line 878 of file Preprocessor_DOM.php.
PPDStack::push | ( | $data | ) |
Definition at line 867 of file Preprocessor_DOM.php.
PPDStack::$elementClass = PPDStackElement::class |
Definition at line 837 of file Preprocessor_DOM.php.
|
static |
Definition at line 839 of file Preprocessor_DOM.php.
PPDStack::$out |
Definition at line 836 of file Preprocessor_DOM.php.
PPDStack::$rootAccum |
Definition at line 830 of file Preprocessor_DOM.php.
PPDStack::$stack |
Definition at line 830 of file Preprocessor_DOM.php.
PPDStack PPDStack::$top |
Definition at line 835 of file Preprocessor_DOM.php.