MediaWiki
1.30.0
|
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 | |
PPDStack | $top |
Static Public Attributes | |
static | $false = false |
Stack class to help Preprocessor::preprocessToObj()
Definition at line 787 of file Preprocessor_DOM.php.
PPDStack::__construct | ( | ) |
Reimplemented in PPDStack_Hash.
Definition at line 799 of file Preprocessor_DOM.php.
PPDStack::addPart | ( | $s = '' | ) |
Definition at line 852 of file Preprocessor_DOM.php.
PPDStack::count | ( | ) |
Definition at line 809 of file Preprocessor_DOM.php.
& PPDStack::getAccum | ( | ) |
Definition at line 813 of file Preprocessor_DOM.php.
PPDStack::getCurrentPart | ( | ) |
Definition at line 817 of file Preprocessor_DOM.php.
PPDStack::getFlags | ( | ) |
Definition at line 860 of file Preprocessor_DOM.php.
PPDStack::pop | ( | ) |
Definition at line 836 of file Preprocessor_DOM.php.
PPDStack::push | ( | $data | ) |
Definition at line 825 of file Preprocessor_DOM.php.
PPDStack::$elementClass = 'PPDStackElement' |
Definition at line 795 of file Preprocessor_DOM.php.
|
static |
Definition at line 797 of file Preprocessor_DOM.php.
PPDStack::$out |
Definition at line 794 of file Preprocessor_DOM.php.
PPDStack::$rootAccum |
Definition at line 788 of file Preprocessor_DOM.php.
PPDStack::$stack |
Definition at line 788 of file Preprocessor_DOM.php.
PPDStack PPDStack::$top |
Definition at line 793 of file Preprocessor_DOM.php.