|
MediaWiki REL1_39
|
Stack class to help Preprocessor::preprocessToObj() More...

Public Member Functions | |
| __construct () | |
| addPart ( $s='') | |
| count () | |
| & | getAccum () |
| getCurrentPart () | |
| getFlags () | |
| pop () | |
| push ( $data) | |
Public Attributes | |
| string[] | $accum |
| $elementClass = PPDStackElement_Hash::class | |
| $out | |
| string[] | $rootAccum |
| PPDStackElement_Hash[] | $stack |
| PPDStackElement_Hash false | $top |
Static Public Attributes | |
| static | $false = false |
Stack class to help Preprocessor::preprocessToObj()
Definition at line 27 of file PPDStack_Hash.php.
| PPDStack_Hash::__construct | ( | ) |
Definition at line 44 of file PPDStack_Hash.php.
References $rootAccum.
| PPDStack_Hash::addPart | ( | $s = '' | ) |
Definition at line 100 of file PPDStack_Hash.php.
References $s.
| PPDStack_Hash::count | ( | ) |
| & PPDStack_Hash::getAccum | ( | ) |
Definition at line 58 of file PPDStack_Hash.php.
References $accum.
| PPDStack_Hash::getCurrentPart | ( | ) |
Definition at line 65 of file PPDStack_Hash.php.
| PPDStack_Hash::getFlags | ( | ) |
Definition at line 108 of file PPDStack_Hash.php.
| PPDStack_Hash::pop | ( | ) |
Definition at line 84 of file PPDStack_Hash.php.
References $false, $rootAccum, and count().
| PPDStack_Hash::push | ( | $data | ) |
Definition at line 73 of file PPDStack_Hash.php.
References $elementClass, and count().
| string [] PPDStack_Hash::$accum |
Definition at line 33 of file PPDStack_Hash.php.
Referenced by getAccum().
| PPDStack_Hash::$elementClass = PPDStackElement_Hash::class |
Definition at line 40 of file PPDStack_Hash.php.
Referenced by push().
|
static |
Definition at line 42 of file PPDStack_Hash.php.
Referenced by pop().
| PPDStack_Hash::$out |
Definition at line 39 of file PPDStack_Hash.php.
| string [] PPDStack_Hash::$rootAccum |
Definition at line 31 of file PPDStack_Hash.php.
Referenced by __construct(), and pop().
| PPDStackElement_Hash [] PPDStack_Hash::$stack |
Definition at line 29 of file PPDStack_Hash.php.
| PPDStackElement_Hash false PPDStack_Hash::$top |
Definition at line 38 of file PPDStack_Hash.php.