MediaWiki REL1_34
|
Stack class to help Preprocessor::preprocessToObj() More...
Public Member Functions | |
__construct () | |
addPart ( $s='') | |
count () | |
& | getAccum () |
getCurrentPart () | |
getFlags () | |
pop () | |
push ( $data) | |
Public Attributes | |
string array | $accum |
$elementClass = PPDStackElement::class | |
$out | |
$rootAccum | |
PPDStackElement[] | $stack |
PPDStackElement false | $top |
Static Public Attributes | |
static | $false = false |
Stack class to help Preprocessor::preprocessToObj()
Definition at line 26 of file PPDStack.php.
PPDStack::__construct | ( | ) |
PPDStack::addPart | ( | $s = '' | ) |
Definition at line 98 of file PPDStack.php.
References $s.
PPDStack::count | ( | ) |
& PPDStack::getAccum | ( | ) |
Definition at line 56 of file PPDStack.php.
References $accum.
PPDStack::getCurrentPart | ( | ) |
Definition at line 63 of file PPDStack.php.
PPDStack::getFlags | ( | ) |
Definition at line 106 of file PPDStack.php.
PPDStack::pop | ( | ) |
Definition at line 82 of file PPDStack.php.
References $false, $rootAccum, and count().
PPDStack::push | ( | $data | ) |
Definition at line 71 of file PPDStack.php.
References $elementClass, and count().
string array PPDStack::$accum |
Definition at line 31 of file PPDStack.php.
Referenced by getAccum().
PPDStack::$elementClass = PPDStackElement::class |
Definition at line 38 of file PPDStack.php.
Referenced by push().
|
static |
Definition at line 40 of file PPDStack.php.
Referenced by pop().
PPDStack::$out |
Definition at line 37 of file PPDStack.php.
PPDStack::$rootAccum |
Definition at line 29 of file PPDStack.php.
Referenced by __construct(), and pop().
PPDStackElement [] PPDStack::$stack |
Definition at line 28 of file PPDStack.php.
PPDStackElement false PPDStack::$top |
Definition at line 36 of file PPDStack.php.