MediaWiki REL1_34
PPDStackElement Class Reference
Inheritance diagram for PPDStackElement:
Collaboration diagram for PPDStackElement:

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.
 

Detailed Description

Definition at line 27 of file PPDStackElement.php.

Constructor & Destructor Documentation

◆ __construct()

PPDStackElement::__construct (   $data = [])

Reimplemented in PPDStackElement_Hash.

Definition at line 62 of file PPDStackElement.php.

References $count, and $partClass.

Member Function Documentation

◆ addPart()

PPDStackElement::addPart (   $s = '')

Definition at line 75 of file PPDStackElement.php.

References $count, $partClass, and $s.

◆ breakSyntax()

PPDStackElement::breakSyntax (   $openingCount = false)

Get the output string that would result if the close is not found.

Parameters
bool | int$openingCount
Returns
string

Reimplemented in PPDStackElement_Hash.

Definition at line 106 of file PPDStackElement.php.

References $count, and $s.

◆ getAccum()

& PPDStackElement::getAccum ( )

Definition at line 71 of file PPDStackElement.php.

References $count.

◆ getCurrentPart()

PPDStackElement::getCurrentPart ( )
Returns
PPDPart

Definition at line 83 of file PPDStackElement.php.

References $count.

◆ getFlags()

PPDStackElement::getFlags ( )
Returns
array

Definition at line 90 of file PPDStackElement.php.

References $count.

Member Data Documentation

◆ $close

string PPDStackElement::$close

Matching closing character.

Definition at line 36 of file PPDStackElement.php.

◆ $count

int PPDStackElement::$count

Number of opening characters found (number of "=" for heading)

Definition at line 47 of file PPDStackElement.php.

Referenced by __construct(), PPDStackElement_Hash\__construct(), PPDStack_Hash\__construct(), addPart(), breakSyntax(), PPDStackElement_Hash\breakSyntax(), getAccum(), getCurrentPart(), and getFlags().

◆ $lineStart

bool PPDStackElement::$lineStart

True if the open char appeared at the start of the input line.

Not set for headings.

Definition at line 58 of file PPDStackElement.php.

◆ $open

string PPDStackElement::$open

Opening character (\n for heading)

Definition at line 31 of file PPDStackElement.php.

◆ $partClass

PPDStackElement::$partClass = PPDPart::class

Definition at line 60 of file PPDStackElement.php.

Referenced by __construct(), and addPart().

◆ $parts

PPDPart [] PPDStackElement::$parts

Array of PPDPart objects describing pipe-separated parts.

Definition at line 52 of file PPDStackElement.php.

◆ $savedPrefix

string PPDStackElement::$savedPrefix = ''

Saved prefix that may affect later processing, e.g.

to differentiate -{{{{ and {{{{ after later seeing }}}.

Definition at line 42 of file PPDStackElement.php.


The documentation for this class was generated from the following file: