Property | Type | Description | |
---|---|---|---|
$blockClose | |||
$blockOpen | Blocks these should not be inside paragraphs | ||
$calls | |||
$inParagraph | |||
$skipEol | |||
$stackClose | |||
$stackOpen | Stacks can contain paragraphs |
Method | Description | |
---|---|---|
__construct ( ) | Constructor. Adds loaded syntax plugins to the block and stack arrays | |
addCall ( $call ) | ||
closeParagraph ( $pos ) | Close a paragraph if needed | |
openParagraph ( $pos ) | ||
process ( $calls ) | Processes the whole instruction stack to open and close paragraphs | |
storeCall ( $call ) | simple version of addCall, without checking cdata |
public __construct ( ) |
public closeParagraph ( $pos ) |
public process ( $calls ) |
public storeCall ( $call ) |