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

Public Member Functions | |
| __construct () | |
| addPart ( $s='') | |
| count () | |
| & | getAccum () |
| getCurrentPart () | |
| getFlags () | |
| pop () | |
| push ( $data) | |
Public Attributes | |
| string[] | $accum |
| class string< PPDStackElement_Hash > | $elementClass = PPDStackElement_Hash::class |
| string null | $out |
| string[] | $rootAccum |
| PPDStackElement_Hash[] | $stack |
| PPDStackElement_Hash false | $top |
Stack class to help Preprocessor::preprocessToObj()
Definition at line 17 of file PPDStack_Hash.php.
| MediaWiki\Parser\PPDStack_Hash::__construct | ( | ) |
Definition at line 34 of file PPDStack_Hash.php.
References MediaWiki\Parser\PPDStack_Hash\$rootAccum.
| MediaWiki\Parser\PPDStack_Hash::addPart | ( | $s = '' | ) |
Definition at line 94 of file PPDStack_Hash.php.
| MediaWiki\Parser\PPDStack_Hash::count | ( | ) |
Definition at line 44 of file PPDStack_Hash.php.
References MediaWiki\Parser\PPDStack_Hash\count().
Referenced by MediaWiki\Parser\PPDStack_Hash\count(), MediaWiki\Parser\PPDStack_Hash\pop(), and MediaWiki\Parser\PPDStack_Hash\push().
| & MediaWiki\Parser\PPDStack_Hash::getAccum | ( | ) |
Definition at line 49 of file PPDStack_Hash.php.
References MediaWiki\Parser\PPDStack_Hash\$accum.
| MediaWiki\Parser\PPDStack_Hash::getCurrentPart | ( | ) |
Definition at line 56 of file PPDStack_Hash.php.
| MediaWiki\Parser\PPDStack_Hash::getFlags | ( | ) |
Definition at line 102 of file PPDStack_Hash.php.
| MediaWiki\Parser\PPDStack_Hash::pop | ( | ) |
Definition at line 77 of file PPDStack_Hash.php.
References MediaWiki\Parser\PPDStack_Hash\$rootAccum, and MediaWiki\Parser\PPDStack_Hash\count().
| MediaWiki\Parser\PPDStack_Hash::push | ( | $data | ) |
Definition at line 65 of file PPDStack_Hash.php.
References MediaWiki\Parser\PPDStack_Hash\$elementClass, and MediaWiki\Parser\PPDStack_Hash\count().
| string [] MediaWiki\Parser\PPDStack_Hash::$accum |
Definition at line 23 of file PPDStack_Hash.php.
Referenced by MediaWiki\Parser\PPDStack_Hash\getAccum().
| class string<PPDStackElement_Hash> MediaWiki\Parser\PPDStack_Hash::$elementClass = PPDStackElement_Hash::class |
Definition at line 32 of file PPDStack_Hash.php.
Referenced by MediaWiki\Parser\PPDStack_Hash\push().
| string null MediaWiki\Parser\PPDStack_Hash::$out |
Definition at line 30 of file PPDStack_Hash.php.
| string [] MediaWiki\Parser\PPDStack_Hash::$rootAccum |
Definition at line 21 of file PPDStack_Hash.php.
Referenced by MediaWiki\Parser\PPDStack_Hash\__construct(), and MediaWiki\Parser\PPDStack_Hash\pop().
| PPDStackElement_Hash [] MediaWiki\Parser\PPDStack_Hash::$stack |
Definition at line 19 of file PPDStack_Hash.php.
| PPDStackElement_Hash false MediaWiki\Parser\PPDStack_Hash::$top |
Definition at line 28 of file PPDStack_Hash.php.