MediaWiki
REL1_34
PPDStack_Hash.php
Go to the documentation of this file.
1
<?php
26
// phpcs:ignore Squiz.Classes.ValidClassName.NotCamelCaps
27
class
PPDStack_Hash
extends
PPDStack
{
28
29
public
function
__construct
() {
30
$this->elementClass =
PPDStackElement_Hash::class
;
31
parent::__construct();
32
$this->rootAccum = [];
33
}
34
}
PPDStackElement\$count
int $count
Number of opening characters found (number of "=" for heading)
Definition
PPDStackElement.php:47
PPDStack_Hash
Stack class to help Preprocessor::preprocessToObj()
Definition
PPDStack_Hash.php:27
PPDStack_Hash\__construct
__construct()
Definition
PPDStack_Hash.php:29
PPDStack
Stack class to help Preprocessor::preprocessToObj()
Definition
PPDStack.php:26
includes
parser
PPDStack_Hash.php
Generated on Fri Apr 5 2024 23:10:20 for MediaWiki by
1.9.8