MediaWiki
1.34.0
|
Public Member Functions | |
__construct ( $data=[]) | |
breakSyntax ( $openingCount=false) | |
Get the accumulator that would result if the close is not found. More... | |
Public Member Functions inherited from PPDStackElement | |
addPart ( $s='') | |
& | getAccum () |
getCurrentPart () | |
getFlags () | |
Additional Inherited Members | |
Public Attributes inherited from PPDStackElement | |
string | $close |
Matching closing character. More... | |
int | $count |
Number of opening characters found (number of "=" for heading) More... | |
bool | $lineStart |
True if the open char appeared at the start of the input line. More... | |
string | $open |
Opening character (\n for heading) More... | |
$partClass = PPDPart::class | |
PPDPart[] | $parts |
Array of PPDPart objects describing pipe-separated parts. More... | |
string | $savedPrefix = '' |
Saved prefix that may affect later processing, e.g. More... | |
Definition at line 27 of file PPDStackElement_Hash.php.
PPDStackElement_Hash::__construct | ( | $data = [] | ) |
Reimplemented from PPDStackElement.
Definition at line 29 of file PPDStackElement_Hash.php.
PPDStackElement_Hash::breakSyntax | ( | $openingCount = false | ) |
Get the accumulator that would result if the close is not found.
int | bool | $openingCount |
Reimplemented from PPDStackElement.
Definition at line 41 of file PPDStackElement_Hash.php.
References PPDStackElement\$count, and $s.