MediaWiki REL1_32
|
Public Member Functions | |
__construct ( $data=[]) | |
addPart ( $s='') | |
breakSyntax ( $openingCount=false) | |
Get the output string that would result if the close is not found. | |
& | getAccum () |
getCurrentPart () | |
getFlags () | |
Public Attributes | |
string | $close |
Matching closing character. | |
int | $count |
Number of opening characters found (number of "=" for heading) | |
bool | $lineStart |
True if the open char appeared at the start of the input line. | |
string | $open |
Opening character (\n for heading) | |
$partClass = PPDPart::class | |
PPDPart[] | $parts |
Array of PPDPart objects describing pipe-separated parts. | |
string | $savedPrefix = '' |
Saved prefix that may affect later processing, e.g. | |
Definition at line 920 of file Preprocessor_DOM.php.
PPDStackElement::__construct | ( | $data = [] | ) |
Reimplemented in PPDStackElement_Hash.
Definition at line 955 of file Preprocessor_DOM.php.
PPDStackElement::addPart | ( | $s = '' | ) |
Definition at line 968 of file Preprocessor_DOM.php.
PPDStackElement::breakSyntax | ( | $openingCount = false | ) |
Get the output string that would result if the close is not found.
bool | int | $openingCount |
Reimplemented in PPDStackElement_Hash.
Definition at line 996 of file Preprocessor_DOM.php.
& PPDStackElement::getAccum | ( | ) |
Definition at line 964 of file Preprocessor_DOM.php.
PPDStackElement::getCurrentPart | ( | ) |
Definition at line 973 of file Preprocessor_DOM.php.
PPDStackElement::getFlags | ( | ) |
Definition at line 980 of file Preprocessor_DOM.php.
string PPDStackElement::$close |
Matching closing character.
Definition at line 929 of file Preprocessor_DOM.php.
int PPDStackElement::$count |
Number of opening characters found (number of "=" for heading)
Definition at line 940 of file Preprocessor_DOM.php.
bool PPDStackElement::$lineStart |
True if the open char appeared at the start of the input line.
Not set for headings.
Definition at line 951 of file Preprocessor_DOM.php.
string PPDStackElement::$open |
Opening character (\n for heading)
Definition at line 924 of file Preprocessor_DOM.php.
PPDStackElement::$partClass = PPDPart::class |
Definition at line 953 of file Preprocessor_DOM.php.
PPDPart [] PPDStackElement::$parts |
Array of PPDPart objects describing pipe-separated parts.
Definition at line 945 of file Preprocessor_DOM.php.
string PPDStackElement::$savedPrefix = '' |
Saved prefix that may affect later processing, e.g.
to differentiate -{{{{
and {{{{
after later seeing }}}
.
Definition at line 935 of file Preprocessor_DOM.php.